Subitem structure. More...
#include <SListCtrl.h>
Public Member Functions | |
| DXLVSUBITEM () | |
| Constructor. | |
Public Attributes | |
| UINT | mask |
| LPTSTR | strText |
| int | cchTextMax |
| UINT | nImage |
| int | nIndent |
Subitem structure.
Structure representing a subitem in the list control.
Definition at line 33 of file SListCtrl.h.
|
inline |
Constructor.
Definition at line 38 of file SListCtrl.h.
| int DXLVSUBITEM::cchTextMax |
Maximum length of the text
Definition at line 49 of file SListCtrl.h.
| UINT DXLVSUBITEM::mask |
Mask indicating which attributes are valid
Definition at line 47 of file SListCtrl.h.
| UINT DXLVSUBITEM::nImage |
Icon index
Definition at line 50 of file SListCtrl.h.
| int DXLVSUBITEM::nIndent |
Indent level
Definition at line 51 of file SListCtrl.h.
| LPTSTR DXLVSUBITEM::strText |
Text of the subitem
Definition at line 48 of file SListCtrl.h.