'Declaration Public Enum ToolWindowState Inherits System.Enum
'Usage Dim instance As ToolWindowState
public enum ToolWindowState : System.Enum
'Declaration Public Enum ToolWindowState Inherits System.Enum
'Usage Dim instance As ToolWindowState
public enum ToolWindowState : System.Enum
Member | Description |
---|---|
AutoHide | The ToolWindow is in an auto hide state when its associated tab is displayed in the DockLayoutManager.AutoHideFrameAppearance. |
Docked | The ToolWindow is in a docked state. A ToolWindow is considered docked when it is positioned to the top, left, right, or bottom of the DockHost, ClientHost, or another docked ToolWindow. |
Floating | The ToolWindow is in a floating state. A ToolWindow is considered floating when it is not contained within the bounds of the DockHost. If a ToolWindow is docked with a floating ToolWindow (ToolWindow.ParentGroup), then its state is considered to be floating and not docked. |
Mdi | The ToolWindow is a Mdi state and is displayed as an Mdi-form. |
System.Object
System.ValueType
System.Enum
Xceed.DockingWindows.ToolWindowState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2