This documentation is archived and is not being maintained.

WebPartZoneBase::WebPartVerbRenderMode Property

Gets or sets a value indicating how the verbs should be rendered on WebPart controls in the zone.

Namespace:  System.Web.UI.WebControls.WebParts
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::WebPartVerbRenderMode
A WebPartVerbRenderMode enumeration value indicating how verbs should be rendered on WebPart controls. The default value is Menu.

ExceptionCondition
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.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: