Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / Add Method

In This Topic
    Add Method (RibbonItemCollectionBase)
    In This Topic
    Adds the specified RibbonItem to the collection.
    Syntax
    'Declaration
     
    
    Public 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