'Declaration Public Enum DockPosition Inherits System.Enum
'Usage Dim instance As DockPosition
public enum DockPosition : System.Enum
'Declaration Public Enum DockPosition Inherits System.Enum
'Usage Dim instance As DockPosition
public enum DockPosition : System.Enum
Member | Description |
---|---|
Bottom | The ToolWindow is docked at the bottom of the DockHost, ClientHost, or of another ToolWindow. |
Group | The ToolWindow is grouped with another ToolWindow (tabs are visible). |
Left | The ToolWindow is docked to the left of the DockHost, ClientHost, or of another ToolWindow. |
Right | The ToolWindow is docked to the right of the DockHost, ClientHost, or of another ToolWindow. |
Top | The ToolWindow is docked at the top of the DockHost, ClientHost, or of another ToolWindow. |
System.Object
System.ValueType
System.Enum
Xceed.DockingWindows.DockPosition
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