# C1.Win.Ribbon.RibbonQatLinkCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonQatLinkCollection" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection" class="text-break">RibbonQatLinkCollection Class
</h1>
  <div class="markdown level0 summary"><p>This class is for internal use only.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">RibbonQatLinkCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_RibbonQatLinkCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonQatLinkCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonQatLinkCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_Item_System_Int32_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.Item.html#C1_Win_Ribbon_RibbonQatLinkCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_Add_System_ComponentModel_Component_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.Add(System.ComponentModel.Component)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.Add.html#C1_Win_Ribbon_RibbonQatLinkCollection_Add_System_ComponentModel_Component_">Add(Component)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_Insert_System_Int32_System_ComponentModel_Component_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.Insert(System.Int32,System.ComponentModel.Component)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.Insert.html#C1_Win_Ribbon_RibbonQatLinkCollection_Insert_System_Int32_System_ComponentModel_Component_">Insert(int, Component)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_OnClear" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.OnClear">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.OnClear.html#C1_Win_Ribbon_RibbonQatLinkCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of
the <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.html">RibbonQatLinkCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.OnInsertComplete.html#C1_Win_Ribbon_RibbonQatLinkCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting an item
into the <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.html">RibbonQatLinkCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.OnRemoveComplete.html#C1_Win_Ribbon_RibbonQatLinkCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an item
from the <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.html">RibbonQatLinkCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.OnSetComplete.html#C1_Win_Ribbon_RibbonQatLinkCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting an item
in the <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.html">RibbonQatLinkCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_OnValidate_System_Object_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.OnValidate(System.Object)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.OnValidate.html#C1_Win_Ribbon_RibbonQatLinkCollection_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whather the type of the value argument is allowable for this item collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQatLinkCollection_Sort_System_Collections_IComparer_" data-uid="C1.Win.Ribbon.RibbonQatLinkCollection.Sort(System.Collections.IComparer)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQatLinkCollection.Sort.html#C1_Win_Ribbon_RibbonQatLinkCollection_Sort_System_Collections_IComparer_">Sort(IComparer)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the items in the collection using the specified comparer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
