ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / ThumbButtonCollection Class / IndexOf Method / IndexOf(C1ThumbButton) Method

In This Topic
    IndexOf(C1ThumbButton) Method
    In This Topic
    Determines the index of a specific C1ThumbButton in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal item As C1ThumbButton _
    ) As Integer
    public int IndexOf( 
       C1ThumbButton item
    )

    Parameters

    item
    See Also