[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonItemCollection.Add

Add Method

Add(string)

Adds a RibbonButton item to the collection.

Declaration
public RibbonItem Add(string text)
Public Function Add(text As String) As RibbonItem
Parameters
Type Name Description
string text

The text to display on the new button.

Returns
Type Description
RibbonItem