ZeeGrid Control Message

ZGM_GETCOLUMNINDISPLAYPOSITION


ZGM_GETCOLUMNINDISPLAYPOSITION

An application sends a ZGM_GETCOLUMNINDISPLAYPOSITION message to get the column in the specified dislay positon of the ZeeGrid. Since the user can reorder the display positions of the columns, this message provides a way to programmatically determine the column in a particular display position in the ZeeGrid.

ZGM_GETCOLUMNINDISPLAYPOSITION
wParam = (WPARAM)(int) iDisplayColumn;     //column number
lParam = 0;                                //not used; must be zero

Parameters

iDisplayColumn
The value of wParam. The display position to determine the column.

Return Values

The column in the specified display position is returned.

Copyright © 2002-2016 by David Hillard