ZeeGrid Control Message

ZGM_ENABLETOOLBARTOGGLE


ZGM_ENABLETOOLBARTOGGLE

An application sends a ZGM_ENABLETOOLBARTOGGLE message to enable or disable the users ability to toggle the display of the ZeeGrid toobar between its shown and hidden state by pressing F8.

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

Parameters

fEnable
Value of wParam. A value of TRUE will enable toolbar toggling and will toggle the toolbar on and off when the user presses F8. A value of FALSE will disable toolbar toggling.

Return Values

This message does not return a value.

Remarks

Toolbar toggle is enabled by default.

Copyright © 2002-2016 by David Hillard