Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItemCollection Class / Add Method / Add(RibbonItem) Method

In This Topic
    Add(RibbonItem) Method
    In This Topic
    Adds the specified RibbonItem to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal item As RibbonItem _
    ) As Integer
    public int Add( 
       RibbonItem item
    )

    Parameters

    item

    Return Value

    The index of the item in the collection.
    See Also