Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonImageCollection Class / Remove Method

In This Topic
    Remove Method (CommonImageCollection)
    In This Topic
    Removes the specified CommonImage from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As CommonImage _
    ) 
    public void Remove( 
       CommonImage item
    )

    Parameters

    item
    See Also