ZeeGrid Control Message

ZGM_SEARCHEACHKEYSTROKE


ZGM_SEARCHEACHKEYSTROKE

An application sends a ZGM_SEARCHEACHKEYSTROKE message to enable or disable the option in the search panel for the ZeeGrid to be searched for matches on each keystroke in the "find" edit control.

ZGM_SEARCHEACHKEYSTROKE
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 searching of the ZeeGrid on each keystroke in the "find" edit control in the search panel.

Return Values

This message does not return a value.

Remarks

Search each keystroke is enabled by default.

Copyright © 2002-2016 by David Hillard