Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonGalleryItem at the specified position in the collection. |
The following tables list the members exposed by RibbonGalleryItemCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonGalleryItem at the specified position in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a RibbonGalleryItem item to the collection. | |
BeginUpdate | Maintains performance while items are being added or removed from the collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Clear | (Inherited from System.Collections.CollectionBase) | |
ClearAndDisposeItems | Removes all items from the collection, then disposes the items. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Contains | Overloaded. Determines whether the collection contains a RibbonItem with the given name. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
EndUpdate | Resumes processing after it has been suspended by a call to RibbonItemCollectionBase.BeginUpdate. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
IndexOf | Overloaded. Determines the index of the first occurrence of a RibbonGalleryItem with the specified text in this collection. | |
Insert | Inserts the specified RibbonItem into this collection at the given index. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Remove | Overloaded. Removes the first occurrence of a RibbonGalleryItem with the specified text from this collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Performs additional custom processes when clearing the contents of the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Performs additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Performs additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnValidate | Checks whather the type of the value argument is allowable for this item collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) |