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 Image |
Image |
Specifies the index of the item’s image. This property is obsolete. Use the Image |
Image |
Provides access to settings that allow you to set up raster and vector icons for this Image |
Images | Gets the source of images which provides images for image list box items. |
Tag |
Gets or sets custom data associated with the current List |
Value |
Gets or sets the item’s value.
Inherited from List |
See Also