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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: