Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockPosition Enumeration


In This Topic
    DockPosition Enumeration
    In This Topic
    Value representing the position of a ToolWindow when it is docked.
    Syntax
    'Declaration
     
    Public Enum DockPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As DockPosition
    public enum DockPosition : System.Enum 
    Members
    MemberDescription
    BottomThe ToolWindow is docked at the bottom of the DockHost, ClientHost, or of another ToolWindow.
    GroupThe ToolWindow is grouped with another ToolWindow (tabs are visible).
    LeftThe ToolWindow is docked to the left of the DockHost, ClientHost, or of another ToolWindow.
    RightThe ToolWindow is docked to the right of the DockHost, ClientHost, or of another ToolWindow.
    TopThe ToolWindow is docked at the top of the DockHost, ClientHost, or of another ToolWindow.
    Remarks

    A ToolWindow is considered to be docked when it is docked with a floating ToolWindow.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.DockingWindows.DockPosition

    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