Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollection Class / IndexOf Method / IndexOf(RibbonItem) Method

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

    Parameters

    item
    See Also