Wimark.Controls Class Library  

ListItem Constructor

Initializes a new instance of the ListItem class with the specified label text and image.

Overload List

Initializes a new instance of the ListItem class.

[Visual Basic] Public Sub New()
[C#] public ListItem();
[C++] public: ListItem();

Initializes a new instance of the ListItem class with the specified label text.

[Visual Basic] Public Sub New(String)
[C#] public ListItem(string);
[C++] public: ListItem(String*);

Initializes a new instance of the ListItem class with the specified label text and image.

[Visual Basic] Public Sub New(String, Integer)
[C#] public ListItem(string, int);
[C++] public: ListItem(String*, int);

See Also

ListItem Class | ListItem Members | Wimark.Controls Namespace