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

_LVITEM Struct Reference
[ListView control]

#include <listview.h>

Data Fields


Detailed Description

Structure of the listview item info, contains information about an item. This structure is used for creating or retrieving an item.

Definition at line 77 of file listview.h.


Field Documentation

DWORD dwFlags
 

State flags of the item, can be OR'ed by the following values:

  • LVIF_FOLD
    The item is folded.

When adding an item to the listview control, only LVIF_FOLD flag is valid.

Definition at line 97 of file listview.h.

DWORD itemData
 

Attached additional data of this item

Definition at line 86 of file listview.h.

int nItem
 

The rows of the item

Definition at line 82 of file listview.h.

int nItemHeight
 

Height of the item

Definition at line 84 of file listview.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2