ZeeGrid Control Message
ZGM_SETROWFCOLOR
ZGM_SETROWFCOLOR
An application sends a ZGM_SETROWFCOLOR message to set the foreground color (text color) of every cell in the specified row of the ZeeGrid.
ZGM_SETROWFCOLOR
wParam = (WPARAM)(int) iRow; //ZeeGrid row
lParam = (LPARAM)(int) iCPIndex; //Color palette index
Parameters
-
iRow
-
The value of wParam. The ZeeGrid row number to set the foreground color.
-
iCPIndex
-
The value of lParam. The color index to set the row 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