[]
Floats the page out from the form.
public void Float(C1DockingTabPage tabPage)
Type | Name | Description |
---|---|---|
C1DockingTabPage | tabPage | The tab page to float out. |
Floats out the page to a default position.
Floats the specified tab page out from the form.
public void Float(C1DockingTabPage tabPage, Point position)
Type | Name | Description |
---|---|---|
C1DockingTabPage | tabPage | The tab page to float. |
Point | position | The position. |
Floats the specified tab page out from the form.
public void Float(C1DockingTabPage tabPage, int x, int y)
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. |