ZeeGrid Control Message

ZGM_COMBOCLEAR


ZGM_COMBOCLEAR

An application sends a ZGM_COMBOCLEAR message to initialize the incell droplist combo box.

ZGM_COMBOCLEAR
wParam = (WPARAM) (BOOL) fSort;  //sort option flag
lParam = 0;                      //not used; must be zero

Parameters

fSort
The value of wParam. A value of TRUE initializes the incell droplist combo to be sorted. A value of FALSE initializes an unsorted incell droplist combo. In either case, the incell droplist combo is emptied of any previous data strings.

Return Values

This message does not return a value.

Remarks

The ZGM_COMBOCLEAR message is sent in response to a ZGN_LOADCOMBO notification message. The ZGN_LOADCOMBO notification message is sent to the application when a cell with an edit value of 2 is being edited by the user.

Copyright © 2002-2016 by David Hillard