ComponentOne Ribbon for WinForms
AddRange Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollectionBase Class : AddRange Method
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

Reference

RibbonItemCollectionBase Class
RibbonItemCollectionBase Members