[]
Collection of images to be displayed in C1SuperLabelBase or C1SuperTooltipBase components.
public class ImageCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
ImageCollection(Component) | Initializes a new instance of a ImageCollection. |
Name | Description |
---|---|
this[int] | Gets or sets the ImageEntry at the specified index in the ImageCollection. |
this[string] | Gets or sets the ImageEntry with the specified key ImageCollection. |
Name | Description |
---|---|
Add(ImageEntry) | Adds an ImageEntry to the collection. |
Add(string, Image) | Adds an Image to the collection. |
Add(ImageList) | Adds all images in an ImageList component to the collection. |
Contains(ImageEntry) | Determines whether the ImageCollection contains a given key. |
Contains(string) | Determines whether the ImageCollection contains a given key. |
IndexOf(ImageEntry) | Gets the index of a given ImageEntry in the collection. |
IndexOf(string) | Gets the index of the ImageEntry with a given key. |
Insert(int, ImageEntry) | Inserts an ImageEntry at a specified position in the collection. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the ImageCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a new element into the ImageCollection instance. |
OnListChanged(ListChangedEventArgs) | Raises the ListChanged event. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the ImageCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a value in the ImageCollection instance. |
Remove(ImageEntry) | Removes an ImageEntry from the collection. |
Name | Description |
---|---|
ListChanged | Occurs when list items are added, removed, or changed. |