[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageCollection.Add

Add Method

Add(string, Image)

Adds an Image to the collection.

Declaration
public void Add(string key, Image image)
Parameters
Type Name Description
string key

String used to retrieve the image from the collection.

Image image

Image to add to the collection.

Add(ImageList)

Adds all images in an ImageList component to the collection.

Declaration
public void Add(ImageList list)
Parameters
Type Name Description
ImageList list

ImageList component that contains the images to add to the collection.