IButtonControl.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

プロパティ値

ボタンに表示されるテキスト キャプション。

注釈

インターフェイスを実装 IButtonControl するコントロールは、 プロパティを Text 実装して、ボタンに表示されるテキスト キャプションを示す必要があります。

適用対象