WebPartVerbRenderMode Enum

Definition

Specifies how verbs should be rendered on a WebPart control.

public enum class WebPartVerbRenderMode
public enum WebPartVerbRenderMode
type WebPartVerbRenderMode = 
Public Enum WebPartVerbRenderMode
Inheritance
WebPartVerbRenderMode

Fields

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

See also