ZeeGrid Control Message

ZGM_SETCELLFCOLOR


ZGM_SETCELLFCOLOR

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

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

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