TextCompositionEventArgs.SystemText 속성

정의

TextComposition 이벤트와 연결된 시스템 텍스트를 가져옵니다.

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

속성 값

이 이벤트와 연결된 시스템 텍스트가 들어 있는 문자열입니다.

적용 대상