[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingTabPage.Float

Float Method

Float()

Floats the page out from the form to a default position.

Declaration
public void Float()

Float(Point)

Floats the page out from the form to the specified position.

Declaration
public void Float(Point position)
Parameters
Type Name Description
Point position

The position.

Float(int, int)

Floats the page out from the form to the specified coordinates.

Declaration
public void Float(int x, int y)
Parameters
Type Name Description
int x

The x coordinate of the screen point to float to.

int y

The y coordinate of the screen point to float to.