ZeeGrid Control Message

ZGM_ENABLETBSEARCH


ZGM_ENABLETBSEARCH

An application sends a ZGM_ENABLETBSEARCH message to enable or disable the search button on the ZeeGrid toolbar.

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

Parameters

fEnable
Value of wParam. A value of TRUE will enable the search button on the ZeeGrid toolbar. A value of FALSE will disable the search button on the ZeeGrid toolbar.

Return Values

This message does not return a value.

Remarks

The toolbar search button is enabled by default.

Copyright © 2002-2016 by David Hillard