In This Article

DockingMenuKind Enum

Specifies the kind of context or drop-down menu used by the docking elements.

public enum DockingMenuKind

Fields

Name Description
AutoHideContextMenu

Context menu for an auto-hide well. If the menu is displayed for a particular tab, the related docking window is passed in the event arguments.

StandardMdiWindowControlContextMenu

Context menu for a standard MDI window control. The related docking window is passed in the event arguments.

TabbedMdiContainerOverflowMenu

Overflow menu for a tabbed MDI container. The container's currently-selected docking window is passed in the event arguments.

TabbedMdiContainerTabContextMenu

Context menu for a tabbed MDI container tab. The related docking window is passed in the event arguments.

ToolWindowContainerOverflowMenu

Overflow menu for a tool window container. The container's currently-selected docking window is passed in the event arguments.

ToolWindowContainerTabContextMenu

Context menu for a tool window container tab. The related docking window is passed in the event arguments.

ToolWindowContainerTitleBarContextMenu

Context menu for a tool window container title bar. The container's currently-selected docking window is passed in the event arguments.

ToolWindowContainerTitleBarOptionsMenu

Options menu, displayed when clicking an options button in a tool window container title bar. The container's currently-selected docking window is passed in the event arguments.

Unknown

The menu kind is not known.

WindowControlContextMenu

Context menu for a window control.