System.Web.UI.WebControls.WebParts.WebPartVerb.Text Property

Gets or sets the text label for a verb that is displayed in the user interface (UI).

Syntax

[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.Localizable(true)]
public virtual string Text { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property sets the text of the label for a System.Web.UI.WebControls.WebParts.WebPartVerb object; it is what represents the verb to users in the UI.

If developers (optionally) assign a value to the WebPartVerb.ImageUrl property, an image or icon represents the verb in the UI, and in certain cases (such as when the verb is normally rendered by a button or hyperlink) the image appears instead of the text label.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0