_LISTBOXITEMINFO Struct Reference
[ListBox control]
#include <listbox.h>
Data Fields
Detailed Description
Structrue of the listbox item info
Definition at line 85 of file listbox.h.
Field Documentation
Check mark and image flag. It can be one of the following values:
- CMFLAG_BLANK The item is blank.
- CMFLAG_CHECKED The item is checked.
- CMFLAG_PARTCHECKED The item is partly checked.
If you want to significant the item which to be render, you can OR'd cmFlag with LBIS_SIGNIFICANT.
For LBS_ICON list box, if you want to display bitmap other than icon, you can OR'd cmFlag with IMGFLAG_BITMAP.
Definition at line 106 of file listbox.h.
Handle to the icon (or pointer to bitmap object) of the item
Definition at line 109 of file listbox.h.
The documentation for this struct was generated from the following file: