[]
Adds the specified RibbonItem to the collection.
public void Add(RibbonItem item)
Public Sub Add(item As RibbonItem)
Type | Name | Description |
---|---|---|
RibbonItem | item | The index of the item in the collection. |
Adds a RibbonButton item to the collection.
public void Add(string text)
Public Sub Add(text As String)
Type | Name | Description |
---|---|---|
string | text | The text to display on the new button. |