ZeeGrid Control Message

ZGM_CLEARMARKONSELECT


ZGM_CLEARMARKONSELECT

An application sends a ZGM_CLEARMARKONSELECT message to enable or disable the ZeeGrid behavior of clearing a marked cell when the cursor is placed on it. Cells have a MARK attribute that is set by the search function. This is normally set or cleared by the user in the toolbar search function.

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

Parameters

fEnable
The value of wParam. A value of TRUE will cause marked cells to change to an unmarked state once the cursor is placed on them. A value of FALSE will keep marked cells marked even after the cursor is placed on them.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard