ZeeGrid Control Message

ZGM_SETDEFAULTBCOLOR


ZGM_SETDEFAULTBCOLOR

An application sends a ZGM_SETDEFAULTBCOLOR message to set the default background color of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTBCOLOR
wParam = (WPARAM)(int) iCPIndex;    //color palette index to use for default cell background
lParam = 0;                         //not used; must be zero

Parameters

iCPIndex
The value of wParam. The color palette index to set as the default background color for new cells.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard