ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopCollection Class / Remove Method / Remove(StopValue) Method

In This Topic
    Remove(StopValue) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal item As StopValue _
    ) As Boolean
    public bool Remove( 
       StopValue item
    )

    Parameters

    item
    See Also