ZeeGrid Control Message
ZGM_SETCOLFCOLOR
ZGM_SETCOLFCOLOR
An application sends a ZGM_SETCOLFCOLOR message to set the foreground color (text color) of every cell in the specified column of the ZeeGrid.
ZGM_SETCOLFCOLOR
wParam = (WPARAM)(int) iCol; //ZeeGrid column
lParam = (LPARAM)(int) iCPIndex; //Color palette index
Parameters
-
iCol
-
The value of wParam. The ZeeGrid column number to set the foreground color. If this value is zero, the action is performed on all columns.
-
iCPIndex
-
The value of lParam. The color index to set the column foreground color to. Valid color index numbers are in the range of [0..127].
Return Values
This message does not return a value.
Copyright © 2002-2016 by David Hillard