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

_LVSUBITEM Struct Reference
[ListView control]

#include <listview.h>

Data Fields


Detailed Description

Struct of the listview subitem info, contains information about a subitem. This structure is used for creating or retrieving a subitem.

Definition at line 113 of file listview.h.


Field Documentation

DWORD flags
 

Flags of the subitem, can be OR'ed by the following values:

  • LVFLAG_BITMAP The sub item has a bitmap icon.
  • LVFLAG_ICON The sub item has an icon.

Definition at line 122 of file listview.h.

DWORD image
 

Image of the subitem, can be bitmap or icon, determined by flags

Definition at line 134 of file listview.h.

int nItem
 

The Subitem vertical position(rows)

Definition at line 124 of file listview.h.

int nTextColor
 

Text color of the subitem

Definition at line 132 of file listview.h.

int nTextMax
 

Max text len

Definition at line 130 of file listview.h.

char* pszText
 

Text content of this subitem

Definition at line 128 of file listview.h.

int subItem
 

The Subitem horizontal position(columns)

Definition at line 126 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