Application.Top Property
Project Developer Reference |
Returns or sets the distance of the main window from the top edge of the screen (Application object) in points. Read/write Long.
Syntax
expression.Top
expression A variable that represents an Application object.
Return Value
Long
Remarks
The position of the window is measured from the top of the main screen, not from the bottom of the menu bar.
See Also