ToolWindowState Enum
Indicates the state for a ToolWindow.
public enum ToolWindowState
Fields
| Name | Description |
|---|---|
| AutoHide | The tool window is auto-hidden along the side of the host control. |
| DockableInsideHost | The tool window is docked in a tool window container in the host control. |
| DockableOutsideHost | The tool window is docked in a tool window container that is in a floating tool window container. |
| Floating | The tool window is alone in a floating tool window container and may not be docked during drag operations. |
| TabbedDocument | The tool window is a tabbed document in a document container. |