soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
tagLBITEM Struct Reference

List Box Item Structure. More...

#include <SListbox.h>

Public Member Functions

 tagLBITEM (SWindow *pOwner)
 Constructor.
 

Public Attributes

STrText strText
 
int nImage
 
LPARAM lParam
 

Detailed Description

List Box Item Structure.

Structure representing an item in the list box.

Definition at line 15 of file SListbox.h.

Constructor & Destructor Documentation

◆ tagLBITEM()

tagLBITEM::tagLBITEM ( SWindow * pOwner)
inline

Constructor.

Parameters
pOwnerOwner window pointer

Definition at line 25 of file SListbox.h.

Member Data Documentation

◆ lParam

LPARAM tagLBITEM::lParam

Additional parameter

Definition at line 19 of file SListbox.h.

◆ nImage

int tagLBITEM::nImage

Icon index

Definition at line 18 of file SListbox.h.

◆ strText

STrText tagLBITEM::strText

Text of the item

Definition at line 17 of file SListbox.h.


The documentation for this struct was generated from the following file: