ZeeGrid Control Message

ZGM_SETDEFAULTFONT


ZGM_SETDEFAULTFONT

An application sends a ZGM_SETDEFAULTFONT message to set the default font of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTFONT
wParam = (WPARAM)(int) iFPIndex;   //font palette index to use for default
lParam = 0;                        //not used; must be zero

Parameters

iFPIndex
The value of wParam. The index of the font palette to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard