ZeeGrid Control Message

ZGM_SETDEFAULTFCOLOR


ZGM_SETDEFAULTFCOLOR

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

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

Parameters

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

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard