Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / Float Method / Float(C1DockingTabPage,Int32,Int32) Method
The tab page to float.
The x coordinate of the screen point to float to.
The y coordinate of the screen point to float to.

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

    Parameters

    tabPage
    The tab page to float.
    x
    The x coordinate of the screen point to float to.
    y
    The y coordinate of the screen point to float to.
    See Also