ZeeGrid Control Message

ZGM_SETDEFAULTJUSTIFY


ZGM_SETDEFAULTJUSTIFY

An application sends a ZGM_SETDEFAULTJUSTIFY message to set the default text justification of newly added cells to the ZeeGrid.

ZGM_SETDEFAULTJUSTIFY
wParam = (WPARAM)(int) iJustify;   //text justification to use for default
lParam = 0;                        //not used; must be zero

Parameters

iJustify
The value of wParam. The value of the justification attribute to assign to new cells by default.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard