Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_LISTBOXITEMINFO Struct Reference
[ListBox control]

#include <listbox.h>

Data Fields


Detailed Description

Structrue of the listbox item info

Definition at line 73 of file listbox.h.


Field Documentation

DWORD cmFlag
 

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.

For LBS_ICON list box, if you want to display bitmap other than icon, you can OR'd cmFlag whit IMGFLAG_BITMAP.

Definition at line 90 of file listbox.h.

HICON hIcon
 

Handle to the icon (or pointer to bitmap object) of the item

Definition at line 93 of file listbox.h.

char* string
 

Item string

Definition at line 76 of file listbox.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2