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

In This Topic
    IndexOf(RibbonTab) Method
    In This Topic
    Determines the index of a specified RibbonTab in the RibbonTabCollection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal tab As RibbonTab _
    ) As System.Integer
    public System.int IndexOf( 
       RibbonTab tab
    )

    Parameters

    tab
    See Also