int iY = window.GetWindowY();
Applicable Classes: All
(Except Menu)
Parameters: None
Return Value:
int iY - The y coordinate of the upper left hand
corner of the window.
Description:
Retrieves the y coordinate of the upper left hand
corner of the window. The value is relative to the screen. (Left-Top
is 0,0)
For an example, see the MoveWin function.
See Also: MainWin Functions,
GetWindowX, MoveWin