ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItemCollectionBase Class / AddRange Method

In This Topic
    AddRange Method
    In This Topic
    Adds the elements of the collection to the end of the RibbonItemCollectionBase.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items As System.Collections.Generic.IEnumerable(Of RibbonItem) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<RibbonItem> items
    )

    Parameters

    items
    See Also