Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) |
The following tables list the members exposed by RibbonItemCollectionBase.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified RibbonItem to the collection. | |
AddRange | Adds the elements of the collection to the end of the RibbonItemCollectionBase. | |
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. | |
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. | |
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) |