ZeeGrid Control Message

ZGM_GOTOFIRSTONSEARCH


ZGM_GOTOFIRSTONSEARCH

An application sends a ZGM_GOTOFIRSTONSEARCH message to enable or disable the movement of the cursor to the first match when the [Enter] key is pressed after typing the string to search for in the search edit control.

ZGM_GOTOFIRSTONSEARCH
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 movement of the grid cursor to the first match after [Enter] is pressed from the search edit control.

Return Values

This message does not return a value.

Remarks

GOTO_FIRST_ON_SEARCH is disabled (FALSE) by default.

Copyright © 2002-2016 by David Hillard