ImageButton::Text Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the value of the ImageButton control's AlternateText property.

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

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

Property Value

Type: System::String^

The value of the ImageButton control's AlternateText property.

The Text property is not intended to be called directly from your code.

.NET Framework
Available since 2.0
Return to top
Show: