[]
Represents a collection of RibbonGalleryItem objects.
public sealed class RibbonGalleryItemCollection
Public NotInheritable Class RibbonGalleryItemCollection
Name | Description |
---|---|
Count | Gets the number of elements contained in the RibbonGalleryItemCollection. |
this[int] | Gets or sets the RibbonItem at the specified position of the collection. |
this[string] | Gets the first RibbonItem with the specified name. |
Name | Description |
---|---|
Add(RibbonItem) | Adds the specified RibbonItem to the collection. |
ClearAndDisposeItems() | Removes all items from the collection, then disposes the items. |
Remove(RibbonItem) | Removes the first occurrence of the specified RibbonItem from the collection. |