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

속성 값

이 이벤트와 연결된 컨트롤 텍스트를 포함하는 문자열입니다.

적용 대상