[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageCollection

ImageCollection Class

Collection of images to be displayed in C1SuperLabelBase or C1SuperTooltipBase components.

Namespace: C1.Win.SuperTooltip
Assembly: C1.Win.8.dll
Syntax
public class ImageCollection : ObservableCollection<ImageEntry>, IList<ImageEntry>, ICollection<ImageEntry>, IList, ICollection, IReadOnlyList<ImageEntry>, IReadOnlyCollection<ImageEntry>, IEnumerable<ImageEntry>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
ImageCollection(Component)

Initializes a new instance of a ImageCollection.

Properties

Name Description
this[string]

Gets or sets the ImageEntry with the specified key ImageCollection.

Methods

Name Description
Add(string, Image)

Adds an Image to the collection.

Add(ImageList)

Adds all images in an ImageList component to the collection.

Contains(string)

Determines whether the ImageCollection contains a given key.

IndexOf(string)

Gets the index of the ImageEntry with a given key.