ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabGroupCollection Class / IndexOf Method / IndexOf(String) Method
String containing the name of the tab group to locate (case-sensitive).

In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the index of the RibbonContextualTabGroup with the given name.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal name As System.String _
    ) As System.Integer
    public System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    String containing the name of the tab group to locate (case-sensitive).

    Return Value

    The index of the object in the collection, or -1 if the name was not found.
    See Also