TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Insert Method
Position where the entry will be inserted.
ImageEntry to add to the collection.

In This Topic
    Insert Method (ImageCollection)
    In This Topic
    Inserts an ImageEntry at a specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal entry As ImageEntry _
    ) 
    public void Insert( 
       int index,
       ImageEntry entry
    )

    Parameters

    index
    Position where the entry will be inserted.
    entry
    ImageEntry to add to the collection.

    Return Value

    The index of the new entry in the collection.
    See Also