ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Integer
    public System.int IndexOf( 
       RibbonItem item
    )

    Parameters

    item
    See Also