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);
}
/** @property */
public WebPartVerbRenderMode get_WebPartVerbRenderMode ()

/** @property */
public void set_WebPartVerbRenderMode (WebPartVerbRenderMode value)

public function get WebPartVerbRenderMode () : WebPartVerbRenderMode

public function set WebPartVerbRenderMode (value : WebPartVerbRenderMode)

Not applicable.

Property Value

A WebPartVerbRenderMode enumeration value indicating how verbs should be rendered on WebPart controls. The default value is Menu.

Exception typeCondition

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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: