ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / ImageCollection Class / InsertItem Method

In This Topic
    InsertItem Method (ImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As ImageEntry _
    ) 
    protected virtual void InsertItem( 
       System.int index,
       ImageEntry item
    )

    Parameters

    index
    item
    See Also