[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.ImageCollection.Insert

Insert Method

Insert(int, ImageEntry)

Inserts an ImageEntry at a specified position in the collection.

Declaration
public void Insert(int index, ImageEntry entry)
Parameters
Type Name Description
int index

Position where the entry will be inserted.

ImageEntry entry

ImageEntry to add to the collection.