ZeeGrid Control Message

ZGM_SETDEFAULTEDIT


ZGM_SETDEFAULTEDIT

An application sends a ZGM_SETDEFAULTEDIT message to set the default edit attribute of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTEDIT
wParam = (WPARAM)(int) iEdit;  //edit value to use for default
lParam = 0;                    //not used; must be zero

Parameters

iEdit
The value of wParam. The edit attribute value to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard