WebZone.VerbButtonType Property

Definition

Gets or sets what kind of button is used to represent verbs in a zone.

C#
public virtual System.Web.UI.WebControls.ButtonType VerbButtonType { get; set; }

Property Value

A ButtonType that indicates what kind of button will be visible to represent verbs in the user interface (UI). The default is Link.

Exceptions

The property is not set to a ButtonType value.

Remarks

The VerbButtonType property can be used to determine how the verbs will appear in the verbs menu of a zone. Verbs can appear as a button, a hyperlink, or a clickable image.

Applies to

Tuote Versiot
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also