ZeeGrid Control Message

ZGM_SETROWFONT


ZGM_SETROWFONT

An application sends a ZGM_SETROWFONT message to set the font of every cell in the specified row in the ZeeGrid.

ZGM_SETROWFONT
wParam = (WPARAM)(int) iRow;         //ZeeGrid row
lParam = (LPARAM)(int) iFPIndex;     //Font palette index

Parameters

iRow
The value of wParam. The ZeeGrid row to set every cell 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