WindowLeft Property

Specifies the left edge of the application window.

See Also | Example

Signature

object.WindowLeft

object

Application
The object or objects this property applies to.

WindowLeft

Integer; read-write
The left edge of the application window.

Remarks

The left edge of the application is represented by the distance between the left edge of the main application window and the left edge of the screen.

This distance will establish the X coordinate of the upper-left corner of the application. Note that the origin (0, 0) is the top, left corner.

 

   Comments?