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