ZeeGrid Control Message

ZGM_SETDEFAULTTYPE


ZGM_SETDEFAULTTYPE

An application sends a ZGM_SETDEFAULTTYPE message to set the default data type of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTTYPE
wParam = (WPARAM)(int) iType;      //data type to use for default
lParam = 0;                        //not used; must be zero

Parameters

iType
The value of wParam. The value of the data type attribute to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard