ZeeGrid Control Message

ZGM_SETDEFAULTMARK


ZGM_SETDEFAULTMARK

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

ZGM_SETDEFAULTMARK
wParam = (WPARAM)(int) iMark;  //mark value to use for default
lParam = 0;                    //not used; must be zero

Parameters

iMark
The value of wParam. The value of the mark attribute to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard