IButtonControl::Text Property

 

Gets or sets the text caption displayed for the button.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text caption displayed for the button.

A control that implements the IButtonControl interface must implement the Text property to indicate the text caption displayed for the button.

.NET Framework
Available since 2.0
Return to top
Show: