#include <listview.h>
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.
Flags of the subitem, can be OR'ed by the following values:
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.
int nTextColor |
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.