WebPartZoneBase::WebPartVerbRenderMode Property
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: virtual property WebPartVerbRenderMode WebPartVerbRenderMode { WebPartVerbRenderMode get (); void set (WebPartVerbRenderMode value); }
<asp:WebPartZoneBase WebPartVerbRenderMode="WebPartVerbRenderMode" />
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.