Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / IndexOf Method

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

    Parameters

    item
    See Also