ZeeGrid Control Message

ZGM_CURSORFOLLOWMOUSE


ZGM_CURSORFOLLOWMOUSE

An application sends a ZGM_CURSORFOLLOWMOUSE message to enable or disable the automatic cursor cell following of mouse movements within the ZeeGrid. This message is buggy if the client area of the grid is not completely filled with cells. I can't think of a good reason to use this, so the fact that it's buggy shouldn't matter. I recommend not using this message. The more I think about it, the less sense it makes.

ZGM_CURSORFOLLOWMOUSE
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable the cursor following mouse movements. A value of TRUE enables cursor following the mouse; a value of FALSE disables cursor following the mouse.

Return Values

This message does not return a value.

Remarks

Cursor mouse following is disabled by default.

Copyright © 2002-2016 by David Hillard