Application.GetAppFrameExtents Method
Parent Object: ApplicationDescription
Obtains the position and size of the application's main frame window.
Syntax
Application.GetAppFrameExtents( Top As Long, Left As Long, Height As Long, Width As Long )Parameters
Name | Type | Description |
Top | Long | Output Long that specifies the top of the application's main frame window. |
Left | Long | Output Long that specifies the left position of the application's main frame window. |
Height | Long | Output that indicates how you are handling the event. |
Width | Long | Output Long that specifies the width of the application's main frame window. |