WebZone::VerbButtonType Property
.NET Framework (current version)
Gets or sets what kind of button is used to represent verbs in a zone.
Assembly: System.Web (in System.Web.dll)
public: property ButtonType VerbButtonType { virtual ButtonType get(); virtual void set(ButtonType value); }
Property Value
Type: System.Web.UI.WebControls::ButtonTypeA ButtonType that indicates what kind of button will be visible to represent verbs in the user interface (UI). The default is Link.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The property is not set to a ButtonType value. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: