[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageCollection.Add

Add Method

Add(ImageEntry)

Adds an ImageEntry to the collection.

Declaration
public int Add(ImageEntry entry)
Public Function Add(entry As ImageEntry) As Integer
Parameters
Type Name Description
ImageEntry entry

ImageEntry to add to the collection.

Returns
Type Description
int

The index of the new entry in the collection.

Add(string, Image)

Adds an Image to the collection.

Declaration
public int Add(string key, Image image)
Public Function Add(key As String, image As Image) As Integer
Parameters
Type Name Description
string key

String used to retrieve the image from the collection.

Image image

Image to add to the collection.

Returns
Type Description
int

The index of the new entry in the collection.

Add(ImageList)

Adds all images in an ImageList component to the collection.

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

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