WebBrowserDialog.Move Method
Parent Object: WebBrowserDialogDescription
Method that moves this web browser dialog.
Syntax
WebBrowserDialog.Move( Top As Long, Left As Long, Height As Long, Width As Long )Parameters
Name | Type | Description |
Top | Long | Input Long that specifies the distance between the top of the screen and top of the dialog. |
Left | Long | Input Long that specifies the distance between the left edge of the screen and left edge of the window. |
Height | Long | Input Long value that specifies the height of the dialog. |
Width | Long | Input Long value that specifies the width of the dialog. |