The Move function attempts to move a window on the desktop.
Syntax | ||||
Move(Left, Top, [Width], [Height]) | ||||
Return value | ||||
No | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Left |
Double |
ByVal |
The new position of the left edge in Twips. |
Required |
Top |
Double |
ByVal |
The new position of the top edge in Twips. |
Optional |
Width |
Double |
ByVal |
The new width in Twips. |
Optional |
Height |
Double |
ByVal |
The new height in Twips. |