[]
Represents a collection of RibbonItem objects in the QAT.
[ListBindable(false)]
public class RibbonQatItemCollection : RibbonItemCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
Add(RibbonGroup) | Adds the specified RibbonGroup to the collection. |
Contains(RibbonGroup) | Determines whether this collection contains the specified RibbonGroup. |
IndexOf(RibbonGroup) | Determines the index of a specific RibbonGroup in the collection. |
Insert(int, RibbonGroup) | Inserts the specified RibbonGroup into this collection at the given index. |
OnClear() | Performs additional custom processes when clearing the contents of the RibbonQatItemCollection instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the RibbonQatItemCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a RibbonItem from the RibbonQatItemCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a RibbonItem in the RibbonQatItemCollection instance. |
Remove(RibbonGroup) | Removes the first occurrence of the specified RibbonGroup from the collection. |