[]
        
(Showing Draft Content)

C1.Win.Ribbon.QatCustomButtonCollection.Add

Add Method

Add(string)

Adds a new button with the specified text to the collection.

Declaration
public RibbonButton Add(string text)
Parameters
Type Name Description
string text

The text to display on the new button.

Returns
Type Description
RibbonButton

The newly created RibbonButton object.