ZeeGrid Control Message

ZGM_SHOWGRIDLINES


ZGM_SHOWGRIDLINES

An application sends a ZGM_SHOWGRIDLINES message to enable or disable the display of gridlines in the ZeeGrid.

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

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable displaying of gridlines. A value of TRUE enables displaying gridlines; a value of FALSE disables displaying gridlines.

Return Values

This message does not return a value.

Remarks

Gridlines are shown by default.

Copyright © 2002-2016 by David Hillard