ZeeGrid Control Message
ZGM_SETCOLBCOLOR
ZGM_SETCOLBCOLOR
An application sends a ZGM_SETCOLBCOLOR message to set the background color of every cell in the specified column of the ZeeGrid.
ZGM_SETCOLBCOLOR
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 background 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 background 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