ZeeGrid Control Message

ZGM_ENABLECOLUMNSELECT


ZGM_ENABLECOLUMNSELECT

An application sends a ZGM_ENABLECOLUMNSELECT message to enable or disable the users ability to select a column by clicking the column header.

ZGM_ENABLECOLUMNSELECT
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable the users ability to select a column. A value of TRUE enables column selecting; a value of FALSE disables column selecting.

Return Values

This message does not return a value.

Remarks

By default, column selection is enabled. Setting ZGM_ENABLECOLUMNSELECT to FALSE will let the user double-click a column to sort, but will not highlight the column data.

Copyright © 2002-2016 by David Hillard