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