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

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

    Parameters

    item
    See Also