[]
Represents a collection of RibbonItem objects.
[ListBindable(false)]
public class RibbonItemCollection : RibbonItemCollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the RibbonItem at the specified position in the collection. |
| this[string] | Gets the first RibbonItem with the specified name. |
| Name | Description |
|---|---|
| Add(string) | Adds a RibbonButton item to the collection. |
| IndexOf(string) | Determines the index of the first occurrence of a RibbonButton with the specified text in this collection. |
| Remove(string) | Removes the first occurrence of a RibbonButton with the specified text from this collection. |