In This Article

DockManagerMenuItemType Enum

Specifies a menu item type for a DockManager.

public enum DockManagerMenuItemType

Fields

Name Description
AutoHideAll

Auto-hides all active tool windows that are docked in the host container.

CloseAllDocuments

Closes all active tabbed MDI windows in the document area.

WindowCascade

Cascades active all tabbed MDI windows in the document area. This type is only valid when standard (windowed) MDI mode is active.

WindowTileHorizontally

Tiles all active tabbed MDI windows in the document area horizontally. This type is only valid when standard (windowed) MDI mode is active.

WindowTileVertically

Tiles all active tabbed MDI windows in the document area vertically. This type is only valid when standard (windowed) MDI mode is active.