InputView.Text プロパティ

定義

入力ビューのテキストを取得または設定します。 これはバインド可能なプロパティです。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

プロパティ値

入力ビューのテキストを含む文字列。 既定値は、null です。

注釈

このプロパティを設定すると、イベントが TextChanged 生成されます。

適用対象