Item structure. More...
#include <SListCtrl.h>
Public Member Functions | |
DXLVITEM () | |
Constructor. | |
Public Attributes | |
ArrSubItem * | arSubItems |
LPARAM | dwData |
BOOL | checked |
Item structure.
Structure representing an item in the list control.
Definition at line 61 of file SListCtrl.h.
|
inline |
Constructor.
Definition at line 66 of file SListCtrl.h.
ArrSubItem* DXLVITEM::arSubItems |
Array of subitems
Definition at line 73 of file SListCtrl.h.
BOOL DXLVITEM::checked |
Check state
Definition at line 75 of file SListCtrl.h.
LPARAM DXLVITEM::dwData |
Additional data
Definition at line 74 of file SListCtrl.h.