List Box Item Structure. More...
#include <SListbox.h>
Public Member Functions | |
| tagLBITEM (SWindow *pOwner) | |
| Constructor. | |
Public Attributes | |
| STrText | strText |
| int | nImage |
| LPARAM | lParam |
List Box Item Structure.
Structure representing an item in the list box.
Definition at line 15 of file SListbox.h.
|
inline |
| LPARAM tagLBITEM::lParam |
Additional parameter
Definition at line 19 of file SListbox.h.
| int tagLBITEM::nImage |
Icon index
Definition at line 18 of file SListbox.h.
| STrText tagLBITEM::strText |
Text of the item
Definition at line 17 of file SListbox.h.