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. | |
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) |
Name | Description | |
---|---|---|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the RibbonItemCollectionBase instance. | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the RibbonItemCollectionBase instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance. | |
OnValidate | Overridden. Checks whather the type of the value argument is allowable for this item collection. |