ZeeGrid Control Message

ZGM_SHOWEDIT


ZGM_SHOWEDIT

An application sends a ZGM_SHOWEDIT message to show or hide the auxillary edit panel on the ZeeGrid.

ZGM_SHOWEDIT
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 auxillary edit panel on the ZeeGrid. A value of FALSE will hide the auxillary edit panel on the ZeeGrid.

Return Values

This message does not return a value.

Remarks

The edit panel is hidden by default.

Copyright © 2002-2016 by David Hillard