ComponentOne Ribbon for WinForms
Add Method (RibbonItemCollectionBase)

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

Reference

RibbonItemCollectionBase Class
RibbonItemCollectionBase Members