ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Integer
    public System.int Add( 
       RibbonItem item
    )

    Parameters

    item

    Return Value

    The index of the item in the collection.
    See Also