ComponentOne Menus and Toolbars for WinForms
Float(C1DockingTabPage,Point) Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTab Class > Float Method : Float(C1DockingTabPage,Point) Method
The tab page to float.
The position.
Floats the specified tab page out from the form.
Syntax
'Declaration
 
Public Overloads Sub Float( _
   ByVal tabPage As C1DockingTabPage, _
   ByVal position As System.Drawing.Point _
) 
public void Float( 
   C1DockingTabPage tabPage,
   System.Drawing.Point position
)

Parameters

tabPage
The tab page to float.
position
The position.
See Also

Reference

C1DockingTab Class
C1DockingTab Members
Overload List