ZeeGrid Control Message

ZGM_SETROWICON


ZGM_SETROWICON

An application sends a ZGM_SETROWICON message to set the icon of every cell in the specified row in the ZeeGrid.

ZGM_SETROWICON
wParam = (WPARAM)(int) iRow;         //ZeeGrid row
lParam = (LPARAM)(int) iIPIndex;     //Icon palette index

Parameters

iRow
The value of wParam. The ZeeGrid row to set every cell the icon index value.

iIcon
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