ZeeGrid Control Message

ZGM_SETCELLICON


ZGM_SETCELLICON

An application sends a ZGM_SETCELLICON message to set the icon of the specified cell in the ZeeGrid.

ZGM_SETCELLICON
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iIPIndex;     //Icon palette index

Parameters

iCellIndex
The value of wParam. The cell index to set the icon index value.

iIPIndex
The value of lParam. Valid values are in the range of [0..127].

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard