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 has a lower priority than the ImageListBoxItem.ImageIndex property. |
ImageIndex | Specifies the index of the item’s image. |
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