Xceed Docking Windows for WinForms v2.3 Documentation
ToolWindowState Enumeration


Xceed.DockingWindows Namespace : ToolWindowState Enumeration
Value representing the state of a ToolWindow.
Syntax
'Declaration
 
Public Enum ToolWindowState 
   Inherits System.Enum
'Usage
 
Dim instance As ToolWindowState
public enum ToolWindowState : System.Enum 
Members
MemberDescription
AutoHideThe ToolWindow is in an auto hide state when its associated tab is displayed in the DockLayoutManager.AutoHideFrameAppearance.
DockedThe 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.
FloatingThe 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.
MdiThe ToolWindow is a Mdi state and is displayed as an Mdi-form.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.DockingWindows.ToolWindowState

Requirements

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

See Also

Reference

Xceed.DockingWindows Namespace