ZeeGrid Control Message

ZGM_SETROWBCOLOR


ZGM_SETROWBCOLOR

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

ZGM_SETROWBCOLOR
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 backgground color.

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