ImageButton.IButtonControl.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.