DockObjectType Enum
Indicates the type of a IDockObject.
public enum DockObjectType
Fields
| Name | Description |
|---|---|
| AutoHideContainer | The object is a AutoHideContainer. |
| DockContainerContainer | The object is a DockContainer that contains other dock containers. |
| DocumentWindow | The object is a DocumentWindow. |
| InnerFillContainer | The object is a DockContainer that wraps tool windows while in inner fill mode. |
| Manager | The object is a DockManager. |
| TabbedMdiContainer | The object is a TabbedMdiContainer. |
| TabbedMdiRootContainer | The object is a TabbedMdiRootContainer. |
| ToolWindow | The object is a ToolWindow. |
| ToolWindowContainer | The object is a DockContainer that contains tool windows. |