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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.