Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowGroup Class / DockTo Method / DockTo(ToolWindow,DockPosition) Method
A reference to the ToolWindow with which to dock the group of ToolWindows.
A DockPosition value indicating the position where the group of ToolWindows will be docked.


In This Topic
    DockTo(ToolWindow,DockPosition) Method
    In This Topic
    Docks the group of ToolWindows with the specified ToolWindow.
    Syntax
    'Declaration
     
    Public Overloads Sub DockTo( _
       ByVal targetWindow As ToolWindow, _
       ByVal position As DockPosition _
    ) 
    'Usage
     
    Dim instance As ToolWindowGroup
    Dim targetWindow As ToolWindow
    Dim position As DockPosition
     
    instance.DockTo(targetWindow, position)
    public void DockTo( 
       ToolWindow targetWindow,
       DockPosition position
    )

    Parameters

    targetWindow
    A reference to the ToolWindow with which to dock the group of ToolWindows.
    position
    A DockPosition value indicating the position where the group of ToolWindows will be docked.
    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