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