ZeeGrid Control Message

ZGM_SETCOLJUSTIFY


ZGM_SETCOLJUSTIFY

An application sends a ZGM_SETCOLJUSTIFY message to set the text justification of every cell in the specified column in the ZeeGrid.

ZGM_SETCOLJUSTIFY
wParam = (WPARAM)(int) iCol;         //ZeeGrid column
lParam = (LPARAM)(int) iJustify;     //Justification value

Parameters

iCol
The value of wParam. The ZeeGrid column to set every cell the text justification value. If this value is zero, the action is performed on all columns.

iJustify
The value of lParam. Valid values are in the range of [0..8].

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard