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

In This Topic
    Remove Method (ImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As ImageEntry _
    ) As System.Boolean
    public System.bool Remove( 
       ImageEntry item
    )

    Parameters

    item
    See Also