ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatItemCollection Class / IndexOf Method / IndexOf(RibbonGroup) Method

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

    Parameters

    group
    See Also