ImageButton.IButtonControl.Text 屬性

定義

如需這個成員的說明,請參閱 Text

property System::String ^ System::Web::UI::WebControls::IButtonControl::Text { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.WebControls.IButtonControl.Text { get; set; }
member this.System.Web.UI.WebControls.IButtonControl.Text : string with get, set
 Property Text As String Implements IButtonControl.Text

屬性值

顯示在按鈕上的文字標題。

實作

備註

成員 Text 是明確的介面成員實作。 只有在 ImageButton 執行個體轉換成 IButtonControl 介面時,才能使用這個成員。

適用於

另請參閱