ComponentOne Menus and Toolbars for WinForms
DockTo(C1DockingTab) Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTabPage Class > DockTo Method : DockTo(C1DockingTab) Method
The target docking tab.
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

Reference

C1DockingTabPage Class
C1DockingTabPage Members
Overload List