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

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

    Parameters

    item
    See Also