ViewFrame.Move Method
Parent Object: ViewFrameDescription
Method that moves the view frame window.
Syntax
ViewFrame.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. 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. The value specified is in pixels and relative to screen space. |
Height | Long | Input Long that specifies the height of the window. The value specified is in pixels. |
Width | Long | Input Long that specifies the width of the window. The value specified is in pixels. |