[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.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)
Public Sub Insert(index As Integer, entry As ImageEntry)
Parameters
Type Name Description
int index

Position where the entry will be inserted.

ImageEntry entry

ImageEntry to add to the collection.