_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 112 of file listview.h.


Field Documentation

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 121 of file listview.h.

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

Definition at line 133 of file listview.h.

int nItem

The Subitem vertical position(rows)

Definition at line 123 of file listview.h.

Text color of the subitem

Definition at line 131 of file listview.h.

int nTextMax

Max text len

Definition at line 129 of file listview.h.

char* pszText

Text content of this subitem

Definition at line 127 of file listview.h.

int subItem

The Subitem horizontal position(columns)

Definition at line 125 of file listview.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 7 15:58:43 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3