Return the current mouse pointer position in the display.
Syntax
object.MouseY
Remarks
The MouseY property returns return the current position of
the mouse pointer in the display. The current position is given in
rows, not pixels. To calculate the pixel offset where the mouse
pointer is located in the control window, multiply this value by the
CellHeight property value.