共用方式為


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 該屬性來指示按鈕所顯示的文字說明。

適用於