Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowGroup Class / DockTo Method / DockTo(DockTargetHost,DockPosition) Method
A DockTargetHost value representing the DockHost in which to dock the group of ToolWindows, or the ClientHost around which to dock the group of ToolWindows.
A DockPosition value indicating the position where the group of ToolWindows will be docked. Cannot be Group.


In This Topic
    DockTo(DockTargetHost,DockPosition) Method
    In This Topic
    Docks the group of ToolWindows in or around the specified host.
    Syntax
    'Declaration
     
    Public Overloads Sub DockTo( _
       ByVal targetHost As DockTargetHost, _
       ByVal position As DockPosition _
    ) 
    'Usage
     
    Dim instance As ToolWindowGroup
    Dim targetHost As DockTargetHost
    Dim position As DockPosition
     
    instance.DockTo(targetHost, position)
    public void DockTo( 
       DockTargetHost targetHost,
       DockPosition position
    )

    Parameters

    targetHost
    A DockTargetHost value representing the DockHost in which to dock the group of ToolWindows, or the ClientHost around which to dock the group of ToolWindows.
    position
    A DockPosition value indicating the position where the group of ToolWindows will be docked. Cannot be Group.
    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