ZeeGrid Control Message

ZGM_GETCELLFCOLOR


ZGM_GETCELLFCOLOR

An application sends a ZGM_SETCELLFCOLOR message to get the foreground color (text color) of the specified cell in the ZeeGrid.

ZGM_GETCELLFCOLOR
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 foreground color.

Return Values

The color palette index of the specified cell's foreground (text) color.

Copyright © 2002-2016 by David Hillard