Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonButton at the specified position in the collection. |
The following tables list the members exposed by QatCustomButtonCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonButton at the specified position in the collection. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new button with the specified text 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) | |
ClearAndDisposeItemsDirect | (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Contains | Overloaded. Determines whether the QatCustomButtonCollection contains a specific RibbonButton. | |
EndUpdate | Resumes processing after it has been suspended by a call to RibbonItemCollectionBase.BeginUpdate. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Gets the index of the RibbonButton with the given name. | |
IndexOfRef | (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Insert | Inserts the specified RibbonItem into this collection at the given index. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
Remove | Removes the first occurrence of the specified RibbonItem from the collection. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from C1.Win.Ribbon.RibbonItemCollectionBase) |