Wimark.Controls Class Library  

ButtonListItem Constructor

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

Overload List

Initializes a new instance of the ButtonListItem class.

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

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

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

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

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

See Also

ButtonListItem Class | ButtonListItem Members | Wimark.Controls Namespace