ImageButton.IButtonControl.Text Property

Definition

For a description of this member, see 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

Property Value

The text caption that is displayed for the button.

Implements

Remarks

The Text member is an explicit interface member implementation. It can be used only when the ImageButton instance is cast to an IButtonControl interface.

Applies to

See also