TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Remove Method
ImageEntry to remove from the collection.

In This Topic
    Remove Method (ImageCollection)
    In This Topic
    Removes an ImageEntry from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal entry As ImageEntry _
    ) 
    public void Remove( 
       ImageEntry entry
    )

    Parameters

    entry
    ImageEntry to remove from the collection.
    See Also