[]
        
(Showing Draft Content)

C1.Win.C1Command.C1DockingTab.Float

Float Method

Float(C1DockingTabPage)

Floats the page out from the form.

Declaration
public void Float(C1DockingTabPage tabPage)
Parameters
Type Name Description
C1DockingTabPage tabPage

The tab page to float out.

Remarks

Floats out the page to a default position.

Float(C1DockingTabPage, Point)

Floats the specified tab page out from the form.

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

The tab page to float.

Point position

The position.

Float(C1DockingTabPage, int, int)

Floats the specified tab page out from the form.

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

The tab page to float.

int x

The x coordinate of the screen point to float to.

int y

The y coordinate of the screen point to float to.