mItem Struct Reference
[mItem]
The structure of mItem. It is the abstract superclass of all items occur within specific controls. For example, a listbox will contain string or bitmap items.
More...
#include <mitem.h>
Detailed Description
The structure of mItem. It is the abstract superclass of all items occur within specific controls. For example, a listbox will contain string or bitmap items.
- list
The item list header.
- selList
The selected item list header.
- string
The pointer of string.
- image
The pointer of image.
- editor
The handle of item editor.
- flags
The flags of item. It can be OR'ed by the following values:
- NCSF_ITEM_NORMAL
Normal status.
- NCSF_ITEM_SELECTED
Selected status.
- NCSF_ITEM_DISABLED
Disabled status.
- NCSF_ITEM_USEBITMAP
Use bitmap.
- NCSF_ITEM_USEICON
Use icon.
- addData
The additional data.
The documentation for this struct was generated from the following file: