window class : Top getter

Description

Returns the position of the window's top edge on the desktop screen.

Syntax

instance.Top

Arguments

None.

Return value

ClassDescription
realThe position of the window's top edge.

Sample code

1:

window w = new window();

2:

real top = w.Top;

Notes

The return value is the device-independent pixel.

Links for reference

None.

Copyright © Cooker All rights reserved.