Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / Float Method / Float(C1DockingTabPage,Point) Method
The tab page to float.
The position.

In This Topic
    Float(C1DockingTabPage,Point) Method
    In This Topic
    Floats the specified tab page out from the form.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Float( _
       ByVal tabPage As C1DockingTabPage, _
       ByVal position As Point _
    ) 
    public void Float( 
       C1DockingTabPage tabPage,
       Point position
    )

    Parameters

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