TextCompositionEventArgs.ControlText 屬性

定義

會獲得與 TextComposition 事件相關的控制文字。

public:
 property System::String ^ ControlText { System::String ^ get(); };
public string ControlText { get; }
member this.ControlText : string
Public ReadOnly Property ControlText As String

屬性值

包含與此事件相關的任何控制文字的字串。

適用於