ComponentOne Ribbon for WinForms
Add(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollection Class > Add Method : Add(String) Method
The text to display on the new button.
Adds a RibbonButton item to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal text As System.String _
) As RibbonItem
public RibbonItem Add( 
   System.string text
)

Parameters

text
The text to display on the new button.
See Also

Reference

RibbonItemCollection Class
RibbonItemCollection Members
Overload List