Initializes a new instance of the ComboItem class with the specified properties.

Overload List

  NameDescription
ComboItem(String)
Initializes a new instance of the ComboItem class with the specified caption.
ComboItem(String, Image)
Initializes a new instance of the ComboItem class with the specified caption and image.
ComboItem(String, String)
Initializes a new instance of the ComboItem class with the specified caption and group label.
ComboItem(String, Image, String)
Initializes a new instance of the ComboItem class with the specified caption, image and group label.

See Also