[]
This class is for internal use only.
public class RibbonQatLinkCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the item at the specified index. |
Name | Description |
---|---|
Add(Component) | Adds an item to the end of the collection. |
Insert(int, Component) | Inserts an item into the collection at the specified index. |
OnClear() | Performs additional custom processes when clearing the contents of the RibbonQatLinkCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting an item into the RibbonQatLinkCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an item from the RibbonQatLinkCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting an item in the RibbonQatLinkCollection instance. |
OnValidate(object) | Checks whather the type of the value argument is allowable for this item collection. |
Sort(IComparer) | Sorts the items in the collection using the specified comparer. |