ZeeGrid Control Message

ZGM_SHOWSEARCH


ZGM_SHOWSEARCH

An application sends a ZGM_SHOWSEARCH message to show or hide the ZeeGrid search panel.

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

Parameters

fEnable
Value of wParam. A value of TRUE will display the ZeeGrid search panel. A value of FALSE will hide the ZeeGrid search panel.

Return Values

This message does not return a value.

Remarks

Show search is disabled by default.

Copyright © 2002-2016 by David Hillard