View.Move Method
Parent Object: ViewDescription
Method that moves the window this view is contained within.
Syntax
View.Move( Top As Long, Left As Long, Height As Long, Width As Long )Parameters
Name | Type | Description |
Top | Long | Input Long that specifies the position of the top edge of the window (including the entire frame of the window). The value specified is in pixels and relative to screen space. |
Left | Long | Input Long that specifies the position of the left edge of the window (including the entire frame of the window). The value specified is in pixels and relative to screen space. |
Height | Long | Input Long that specifies the height of the window (including the entire frame of the window). The value specified is in pixels. |
Width | Long | Input Long that specifies the width of the window (including the entire frame of the window). The value specified is in pixels. |