次の方法で共有


Button.Text プロパティ

定義

ボタンの内容として表示されるテキストを取得または設定します。 既定値は null です。 これはバインド可能なプロパティです。

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

プロパティ値

注釈

ボタンのテキストを変更すると、レイアウト サイクルがトリガーされます。

適用対象