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 | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (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. | |
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. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
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) |
Name | Description | |
---|---|---|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. | |
OnValidate | Overridden. Performs additional custom processes when validating a value. |