WindowTop Property

Specifies the top edge of the application window.

See Also | Example

Signature

object.WindowTop

object

Application
The object or objects this property applies to.

WindowTop

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

Remarks

The top edge of the application is determined by the distance from the top edge of the main application window to the top edge of the screen.

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

 

   Comments?