ZeeGrid Control Message

ZGM_SELECTCOLUMN


ZGM_SELECTCOLUMN

An application sends a ZGM_SELECTCOLUMN message to programmatically select a ZeeGrid column. This is done manually by the user by clicking in the column header.

ZGM_SELECTCOLUMN
wParam = (WPARAM)(int) iCol;        //column number to select
lParam = 0;                         //not used; must be zero

Parameters

iCol
The value of wParam. The column number to select.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard