ImageListBoxItem Constructors
Represents a single item in the collection.Name | Parameters | Description |
---|---|---|
ImageListBoxItem() | none | Creates a new ImageListBoxItem object. |
ImageListBoxItem(Object, Int32) | value, imageIndex | Creates a new ImageListBoxItem object and instantiates its ListBoxItem.Value and ImageListBoxItem.ImageIndex properties. |
ImageListBoxItem(Object, String, ImageListBoxItemImageOptions, Object) | value, description, imageOptions, tag | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object, String, Int32, Object, Image) | value, description, imageIndex, tag, image | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object, String, Int32, Object) | value, description, imageIndex, tag | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object, String, Int32) | value, description, imageIndex | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object, String, Object) | value, description, tag | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object, String) | value, description | Initializes a new instance of the ImageListBoxItem class with the specified settings. |
ImageListBoxItem(Object) | value | Creates a new ImageListBoxItem object and instantiates its ListBoxItem.Value property. |
See Also