Back to Devexpress

ImageListBoxItem Constructors

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

latest3.4 KB
Original Source

ImageListBoxItem Constructors

Represents a single item in the collection.

NameParametersDescription
ImageListBoxItem()noneCreates a new ImageListBoxItem object.
ImageListBoxItem(Object, Int32)value, imageIndexCreates a new ImageListBoxItem object with the specified value and image.
ImageListBoxItem(Object, String, ImageListBoxItemImageOptions, Object)value, description, imageOptions, tagInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object, Image)value, description, imageIndex, tag, imageInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object)value, description, imageIndex, tagInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32)value, description, imageIndexInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Object)value, description, tagInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String)value, descriptionInitializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object)valueCreates a new ImageListBoxItem object and instantiates its ListBoxItem.Value property.

See Also

ImageListBoxItem Class

ImageListBoxItem Members

DevExpress.XtraEditors.Controls Namespace