Wimark.Controls Class Library  

ComboEditorItem Constructor

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

Overload List

Initializes a new instance of the ComboEditorItem class.

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

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

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

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

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

See Also

ComboEditorItem Class | ComboEditorItem Members | Wimark.Controls.Editors Namespace