Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / Float Method / Float(Point) Method
The position.

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

    Parameters

    position
    The position.
    See Also