ImageListBoxItem Members
Represents a single item in the collection.Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| StateFocusedSelected static | Inherited from ListBoxItem. |
Properties
| Name | Description |
|---|---|
| Description | Gets or sets the item’s display text. |
| Image | Gets or sets an image displayed by this item. This property is obsolete. Use the ImageOptions property instead. |
| ImageIndex | Specifies the index of the item’s image. This property is obsolete. Use the ImageOptions property instead. |
| ImageOptions | Provides access to settings that allow you to set up raster and vector icons for this ImageListBoxItem. |
| Images | Gets the source of images which provides images for image list box items. |
| Tag | Gets or sets custom data associated with the current ListBoxItem object. Inherited from ListBoxItem. |
| Value | Gets or sets the item’s value. Inherited from ListBoxItem. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the item. |
See Also