ImageListBoxItem Properties
Represents a single item in the collection.| 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. |
See Also