ZeeGrid Control Message

ZGM_SETCELLFONT


ZGM_SETCELLFONT

An application sends a ZGM_SETCELLFONT message to set the font of the specified cell in the ZeeGrid.

ZGM_SETCELLFONT
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iFPIndex;     //Font palette index

Parameters

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

iFPIndex
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