Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / DockTo Method / DockTo(C1DockingTab) Method
The target docking tab.

In This Topic
    DockTo(C1DockingTab) Method
    In This Topic
    Docks the page to the target DockingTab.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DockTo( _
       ByVal targetDockingTab As C1DockingTab _
    ) 
    public void DockTo( 
       C1DockingTab targetDockingTab
    )

    Parameters

    targetDockingTab
    The target docking tab.
    Remarks
    The page becomes the first page at the target DockingTab.
    See Also