The method Move sets a new position and size of a control relative to its parent element.
Syntax | ||||
Move(Left, Top[, Width][, Height]) | ||||
Return value | ||||
No | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Left |
Long |
ByVal |
The new position of the left edge of the control in Twips. |
Required |
Top |
Long |
ByVal |
The new position of the top edge of the control in Twips. |
Optional |
Width |
Long |
ByVal |
The new width of the control in Twips. |
Optional |
Height |
Long |
ByVal |
The new height of the control in Twips. |