ZeeGrid Control Message

ZGM_SETCELLBCOLOR


ZGM_SETCELLBCOLOR

An application sends a ZGM_SETCELLBCOLOR message to set the background color of the specified cell in the ZeeGrid.

ZGM_SETCELLBCOLOR
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iCPIndex;     //Color palette index

Parameters

iCellIndex
The value of wParam. The cell index to set the background color.

iCPIndex
The value of lParam. The color index to set the cell 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