Wimark.Controls Class Library  

ComboBoxItem Constructor

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

Overload List

Initializes a new instance of the ComboBoxItem class.

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

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

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

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

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

See Also

ComboBoxItem Class | ComboBoxItem Members | Wimark.Controls Namespace