ZeeGrid Control Message

ZGM_SETCOLMARK


ZGM_SETCOLMARK

An application sends a ZGM_SETCOLMARK message to set the mark attribute of every cell in the the specified column(s).

ZGM_SETCOLMARK
wParam = (WPARAM)(int) iCol;         //Column number
lParam = (LPARAM)(int) iMark;        //Cell mark attribute

Parameters

iCol
The value of wParam. The column number to set the mark attribute. If this value is zero, the action is performed on all columns.

iMark
The value of lParam. The mark attribute value to set every cell in the column.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard