ZeeGrid Control Message

ZGM_SHOWTOOLBAR


ZGM_SHOWTOOLBAR

An application sends a ZGM_SHOWTOOLBAR message to show or hide the ZeeGrid toolbar.

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

Parameters

fEnable
Value of wParam. A value of TRUE will show the ZeeGrid toolbar. A value of FALSE will hide the ZeeGrid toolbar.

Return Values

This message does not return a value.

Remarks

The toolbar is hidden by default.

Copyright © 2002-2016 by David Hillard