Application.Move Method
Parent Object: ApplicationDescription
Method that moves the frame window.
Syntax
Application.Move( Top As Long, Left As Long, Height As Long, Width As Long )Parameters
Name | Type | Description |
Top | Long | Input argument that specifies the position to which to move the top of the frame window. |
Left | Long | Input argument that specifies the position to which to move the left of the frame window. |
Height | Long | Input argument that specifies the height of the frame window. |
Width | Long | Input argument that specifies the width of the frame window. |