ZeeGrid Control Message

ZGM_SETCOLICON


ZGM_SETCOLICON

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

ZGM_SETCOLICON
wParam = (WPARAM)(int) iCol;         //ZeeGrid column
lParam = (LPARAM)(int) iIPIndex;     //Icon palette index

Parameters

iCol
The value of wParam. The ZeeGrid column to set every cell the icon index value. If this value is zero, the action is performed on all columns.

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