Share via


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

属性值

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

适用于