Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollection Class / IndexOfRef Method

In This Topic
    IndexOfRef Method (RibbonItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IndexOfRef( _
       ByVal item As RibbonItem _
    ) As Integer
    public int IndexOfRef( 
       RibbonItem item
    )

    Parameters

    item
    See Also