Left Property |
The Left property gets or sets the pixel position of the left side of the window relative to the main application window.
uLong = objMC.Left
objMC.Left = uLong
Element |
Description |
uLong |
Pixel position of the left side of the window relative to the main application window. |
objMC |
A Mathcad Window object. |