WebPartVerbRenderMode Enum

Definition

Specifies how verbs should be rendered on a WebPart control.

C#
public enum WebPartVerbRenderMode
Inheritance
WebPartVerbRenderMode

Fields

Name Value Description
Menu 0

Verbs are rendered in a shortcut menu in the title bar.

TitleBar 1

Verbs are rendered as links directly in the title bar.

Remarks

The WebPartVerbRenderMode property determines whether verbs on WebPart controls in a Web Parts zone are rendered in each control's title bar, or in a drop-down verbs menu. The WebPartVerbRenderMode enumeration contains values that can be applied to the WebPartVerbRenderMode property to specify how the verbs should be rendered.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also