ZeeGrid Control Message

ZGM_GETCELLICON


ZGM_GETCELLICON

An application sends a ZGM_GETCELLICON message to get the icon palette index of the icon in the specified cell.

ZGM_GETCELLICON
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 cell icon palette index.

Return Values

The icon palette index of the icon in the specified cell.

Copyright © 2002-2016 by David Hillard