[]
Adds a new button with the specified text to the collection.
public RibbonButton Add(string text)
Type | Name | Description |
---|---|---|
string | text | The text to display on the new button. |
Type | Description |
---|---|
RibbonButton | The newly created RibbonButton object. |