ZeeGrid Control Message

ZGM_GETCELLFONT


ZGM_GETCELLFONT

An application sends a ZGM_GETCELLFONT message to get the font palette index of the font in the specified cell.

ZGM_GETCELLFONT
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 font palette index.

Return Values

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

Copyright © 2002-2016 by David Hillard