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

属性值

包含任何与此事件关联的控件文本的字符串。

适用于