Top Property |
The Top property gets or sets the distance, in pixels, of the main application window from the top of the screen.
uLong = objMC.Top
objMC.Top = uLong
Element |
Description |
uLong |
Distance, in pixels, of the main application window from the top of the screen. Expressed as an unsigned long. |
objMC |
A Mathcad application object. |