Creates and adds a new ComboItem to the ComboBox with the specified properties.

Overload List

  NameDescription
AddItem(String)
Adds a new ComboItem to the ComboBox with the specified caption.
AddItem(String, Image)
Adds a new ComboItem to the ComboBox with the specified caption and image.
AddItem(String, String)
Adds a new ComboItem to the ComboBox with the specified caption and group label.
AddItem(String, Image, String)
Adds a new ComboItem to the ComboBox with the specified caption, image and group label.

See Also