WebPartVerbRenderMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how verbs should be rendered on a WebPart control.
public enum class WebPartVerbRenderMode
public enum WebPartVerbRenderMode
type WebPartVerbRenderMode =
Public Enum WebPartVerbRenderMode
- Inheritance
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.