ZeeGrid Control Message

ZGM_ENABLETBMERGEROWS


ZGM_ENABLETBMERGEROWS

An application sends a ZGM_ENABLETBMERGEROWS message to enable or disable the merge rows button on the ZeeGrid toolbar.

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

Parameters

fEnable
Value of wParam. A value of TRUE will enable the merge rows button on the ZeeGrid toolbar. A value of FALSE will disable the merge rows button on the ZeeGrid toolbar.

Return Values

This message does not return a value.

Remarks

The toolbar merge rows button is enabled by default.

Copyright © 2002-2016 by David Hillard