ZeeGrid Control Message

ZGM_SETROWJUSTIFY


ZGM_SETROWJUSTIFY

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

ZGM_SETROWJUSTIFY
wParam = (WPARAM)(int) iRow;         //ZeeGrid row
lParam = (LPARAM)(int) iJustify;     //Justification value

Parameters

iRow
The value of wParam. The ZeeGrid row to set every cell the text justification value.

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