ZeeGrid Control Message

ZGM_ENABLESORT


ZGM_ENABLESORT

An application sends a ZGM_ENABLESORT message to enable or disable sorting of the ZeeGrid.

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

Parameters

fEnable
Value of wParam. A value of TRUE enables sorting of the ZeeGrid. A value of FALSE disables sorting.

Return Values

This message does not return a value.

Remarks

Sorting is enabled by default. This message only affects the users ability to sort the ZeeGrid by double-clicking in the column header.

Copyright © 2002-2016 by David Hillard