[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonQatLinkCollection

RibbonQatLinkCollection Class

This class is for internal use only.

Inheritance
RibbonQatLinkCollection
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonQatLinkCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the item at the specified index.

Methods

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.