An application sends a ZGM_ENABLETBEDIT message to enable or disable the edit button on the ZeeGrid toolbar.
ZGM_ENABLETBEDIT
wParam = (WPARAM) (BOOL) fEnable; //enable flag
lParam = 0; //not used; must be zero
This message does not return a value.
The edit button is enabled by default.