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
This message does not return a value.