Name | Description | |
---|---|---|
Add | Adds the specified RibbonItem to the collection. | |
BeginUpdate | Maintains performance while items are being added or removed from the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
ClearAndDisposeItems | Removes all items from the collection, then disposes the items. | |
ClearAndDisposeItemsDirect | ||
Contains | Overloaded. Determines whether the collection contains a RibbonItem with the given name. | |
EndUpdate | Resumes processing after it has been suspended by a call to BeginUpdate. | |
IndexOf | Determines the index of a specific RibbonItem in the collection. | |
IndexOfRef | ||
Insert | Inserts the specified RibbonItem into this collection at the given index. | |
Remove | Removes the first occurrence of the specified RibbonItem from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |