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

プロパティ値

このイベントに関連付けられたコントロール テキストを含む文字列。

適用対象