ComponentOne Input Library for WPF
C1.WPF.Input Namespace / MultiSelectItemsCollection Class / Remove Method / Remove(C1MultiSelectItem) Method

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

    Parameters

    item
    See Also