Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer
    public int IndexOf( 
       RibbonTab tab
    )

    Parameters

    tab
    See Also