Sdílet prostřednictvím


ImageButton.IButtonControl.Text Vlastnost

Definice

Popis tohoto člena najdete v tématu 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

Hodnota vlastnosti

Textový titulek, který se zobrazí pro tlačítko.

Implementuje

Poznámky

Člen Text je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že ImageButton je instance přetypovaná na IButtonControl rozhraní.

Platí pro

Viz také