ZeeGrid Control Message

ZGM_GETCELLBCOLOR


ZGM_GETCELLBCOLOR

An application sends a ZGM_GETCELLBCOLOR message to get the background color of the specified cell in the ZeeGrid.

ZGM_GETCELLBCOLOR
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = 0;                          //not used; must be zero

Parameters

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

Return Values

The color palette index of the specified cell's background color.

Copyright © 2002-2016 by David Hillard