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

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

    Parameters

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