Back to Devexpress

ImageComboBoxItem Constructors

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imagecomboboxitem-dot-ctor.md

latest3.1 KB
Original Source

ImageComboBoxItem Constructors

Represents an individual item in ImageComboBoxEdit controls.

NameParametersDescription
ImageComboBoxItem()noneCreates a new instance of the ImageComboBoxItem class and sets all its properties to their default values.
ImageComboBoxItem(Int32)imageIndexCreates a new instance of the ImageComboBoxItem class and initializes the item’s ImageComboBoxItem.ImageIndex property.
ImageComboBoxItem(Object, Int32)value, imageIndexCreates a new instance of the ImageComboBoxItem class and initializes the item’s value and image index.
ImageComboBoxItem(Object)valueCreates a new instance of the ImageComboBoxItem class and initializes the item’s value.
ImageComboBoxItem(String, Int32)description, imageIndexCreates a new instance of the ImageComboBoxItem class and initializes the item’s caption and image index.
ImageComboBoxItem(String, Object, Int32)description, value, imageIndexCreates a new instance of the ImageComboBoxItem class and initializes its properties to the specified values.
ImageComboBoxItem(String, Object)description, valueCreates a new instance of the ImageComboBoxItem class and initializes the item’s value and caption.
ImageComboBoxItem(String)descriptionCreates a new instance of the ImageComboBoxItem class and initializes the item’s caption.

See Also

ImageComboBoxItem Class

ImageComboBoxItem Members

DevExpress.XtraEditors.Controls Namespace