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

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

    Parameters

    tabPage
    The tab page to float out.
    Remarks
    Floats out the page to a default position.
    See Also