In This Article

TabbedMdiWindowContextMenuItemType Enum

Specifies a TabbedMdiWindow context menu item type.

public enum TabbedMdiWindowContextMenuItemType

Fields

Name Description
AutoHide

Change the ToolWindow state to AutoHide. This type is only valid for tool windows.

Close

Close the TabbedMdiWindow.

CloseAllButThis

Closes all documents except the SelectedDocument.

Dockable

Change the ToolWindow state to Dockable. This type is only valid for tool windows.

Floating

Change a ToolWindow state or DocumentWindow state to Floating.

MoveToNextTabbedMdiContainer

Moves the TabbedMdiWindow to the next tabbed MDI container. This type is only valid when tabbed MDI mode is active.

MoveToPreviousTabbedMdiContainer

Moves the TabbedMdiWindow to the previous tabbed MDI container. This type is only valid when tabbed MDI mode is active.

NewHorizontalTabbedMdiContainer

Creates a new horizontal tabbed MDI container for the TabbedMdiWindow.
This type is only valid when tabbed MDI mode is active.

NewVerticalTabbedMdiContainer

Creates a new vertical tabbed MDI container for the TabbedMdiWindow.
This type is only valid when tabbed MDI mode is active.

TabbedDocument

Change a ToolWindow state or DocumentWindow state to TabbedDocument.