Back to Devexpress

ImageListBoxItem Members

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imagelistboxitem-dot-underscore-members.md

latest7.0 KB
Original Source

ImageListBoxItem Members

Represents a single item in the collection.

Constructors

NameDescription
ImageListBoxItem()Creates a new ImageListBoxItem object.
ImageListBoxItem(Object, Int32)Creates a new ImageListBoxItem object with the specified value and image.
ImageListBoxItem(Object, String, ImageListBoxItemImageOptions, Object)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object, Image)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32, Object)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Int32)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String, Object)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object, String)Initializes a new instance of the ImageListBoxItem class with the specified settings.
ImageListBoxItem(Object)Creates a new ImageListBoxItem object and instantiates its ListBoxItem.Value property.

Fields

NameDescription
StateFocusedSelected staticInherited from ListBoxItem.

Properties

NameDescription
DescriptionGets or sets the item’s display text.
ImageGets or sets an image displayed by this item. This property is obsolete. Use the ImageOptions property instead.
ImageIndexSpecifies the index of the item’s image. This property is obsolete. Use the ImageOptions property instead.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this ImageListBoxItem.
ImagesGets the source of images which provides images for image list box items.
TagGets or sets custom data associated with the current ListBoxItem object. Inherited from ListBoxItem.
ValueGets or sets the item’s value. Inherited from ListBoxItem.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the item.

See Also

ImageListBoxItem Class

DevExpress.XtraEditors.Controls Namespace