ZeeGrid Control Message

ZGM_GETMOUSEROW


ZGM_GETMOUSEROW

An application sends a ZGM_GETMOUSEROW message to determine the row of the ZeeGrid that the mouse pointer is currently on.

ZGM_GETMOUSEROW
wParam = 0;  //not used; must be zero
lParam = 0;  //not used; must be zero

Return Values

The row number that the mouse pointer is currently over. The return value will only be valid when this message is sent in response to a ZeeGrid notification message about a mouse action.

Remarks

A return value of -1 signifies that the mouse is over an area of the grid that is not a valid row. A return value of 0 signifies the mouse is over the column header row.

Copyright © 2002-2016 by David Hillard