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

In This Topic
    IndexOf(C1MultiSelectItem) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal item As C1MultiSelectItem _
    ) As Integer
    public int IndexOf( 
       C1MultiSelectItem item
    )

    Parameters

    item
    See Also