WebPartZoneBase::WebPartVerbRenderMode Property
.NET Framework (current version)
Gets or sets a value indicating how the verbs should be rendered on WebPart controls in the zone.
Assembly: System.Web (in System.Web.dll)
public: property WebPartVerbRenderMode WebPartVerbRenderMode { virtual WebPartVerbRenderMode get(); virtual void set(WebPartVerbRenderMode value); }
Property Value
Type: System.Web.UI.WebControls.WebParts::WebPartVerbRenderModeA WebPartVerbRenderMode enumeration value indicating how verbs should be rendered on WebPart controls. The default value is Menu.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value for the property is not one of the WebPartVerbRenderMode values. |
The WebPartVerbRenderMode property determines whether verbs on WebPart controls in a zone are rendered in the title bar of the controls, or in a drop-down verbs menu. If the verbs are to be rendered in the title bar, you can also set the TitleBarVerbButtonType and TitleBarVerbStyle properties to change the appearance of the verbs.
.NET Framework
Available since 2.0
Available since 2.0
Show: