TabbedMdiWindowContextMenuItemType Enum
Specifies a TabbedMdiWindow context menu item type.
public enum TabbedMdiWindowContextMenuItemType
Fields
| Name | Description |
|---|---|
| AutoHide | Change the ToolWindow state to |
| Close | Close the TabbedMdiWindow. |
| CloseAllButThis | Closes all documents except the SelectedDocument. |
| Dockable | Change the ToolWindow state to |
| Floating | Change a ToolWindow state or DocumentWindow state to |
| 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. |
| NewVerticalTabbedMdiContainer | Creates a new vertical tabbed MDI container for the TabbedMdiWindow. |
| TabbedDocument | Change a ToolWindow state or DocumentWindow state to |