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

屬性值

字串,包含與這個事件關聯的任何控制項文字。

適用於