[]
Floats the page out from the form.
public void Float(C1DockingTabPage tabPage)
Public Sub Float(tabPage As C1DockingTabPage)
| 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)
Public Sub Float(tabPage As C1DockingTabPage, position As Point)
| 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)
Public Sub Float(tabPage As C1DockingTabPage, x As Integer, y As Integer)
| 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. |