ZeeGrid Control Message

ZGM_SHOWTITLE


ZGM_SHOWTITLE

An application sends a ZGM_SHOWTITLE message to enable or disable the showing of the title in the ZeeGrid.

ZGM_SHOWTITLE
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 title. A value of FALSE will hide the ZeeGrid title.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard