ZeeGrid Control Message
ZGM_SETCOLFONT
ZGM_SETCOLFONT
An application sends a ZGM_SETCOLFONT message to set the font of every cell in the specified column in the ZeeGrid.
ZGM_SETCOLFONT
wParam = (WPARAM)(int) iCol; //ZeeGrid column
lParam = (LPARAM)(int) iFPIndex; //Font palette index
Parameters
-
iCol
-
The value of wParam. The ZeeGrid column to set every cell the font index value. If this value is zero, the action is performed on all columns.
-
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