# C1.Win.Command.C1CommandLinks

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1CommandLinks" data-uid="C1.Win.Command.C1CommandLinks" class="text-break">C1CommandLinks Class
</h1>
  <div class="markdown level0 summary"><p>C1CommandLinks</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.arraylist">ArrayList</a></div>
    <div class="level2"><span class="xref">C1CommandLinks</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1CommandLinks_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class C1CommandLinks : ArrayList, IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class C1CommandLinks
    Inherits ArrayList
    Implements IList, ICollection, IEnumerable, ICloneable</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_Command_C1CommandLinks_Item_System_Int32_" data-uid="C1.Win.Command.C1CommandLinks.Item(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.Item.html#C1_Win_Command_C1CommandLinks_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element 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_Command_C1CommandLinks_Add_System_Object_" data-uid="C1.Win.Command.C1CommandLinks.Add(System.Object)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.Add.html#C1_Win_Command_C1CommandLinks_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an object to the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_AddRange_C1_Win_Command_C1CommandLink___" data-uid="C1.Win.Command.C1CommandLinks.AddRange(C1.Win.Command.C1CommandLink[])">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.AddRange.html#C1_Win_Command_C1CommandLinks_AddRange_C1_Win_Command_C1CommandLink___">AddRange(C1CommandLink[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of an ICollection to the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_AddRange_System_Collections_ICollection_" data-uid="C1.Win.Command.C1CommandLinks.AddRange(System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.AddRange.html#C1_Win_Command_C1CommandLinks_AddRange_System_Collections_ICollection_">AddRange(ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of an ICollection to the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_BeginUpdate" data-uid="C1.Win.Command.C1CommandLinks.BeginUpdate">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.BeginUpdate.html#C1_Win_Command_C1CommandLinks_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>This method prevents the control from painting until the EndUpdate method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_Clear" data-uid="C1.Win.Command.C1CommandLinks.Clear">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.Clear.html#C1_Win_Command_C1CommandLinks_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_ClearAll" data-uid="C1.Win.Command.C1CommandLinks.ClearAll">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.ClearAll.html#C1_Win_Command_C1CommandLinks_ClearAll">ClearAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Move all links from More submenu to visible links, removes all elements from the <span class="xref">C1.Win.Command.IBarInternal.VisibleLinks</span> collection, etc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_EndUpdate" data-uid="C1.Win.Command.C1CommandLinks.EndUpdate">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.EndUpdate.html#C1_Win_Command_C1CommandLinks_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes painting after painting is suspended by the BeginUpdate method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_Insert_System_Int32_System_Object_" data-uid="C1.Win.Command.C1CommandLinks.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.Insert.html#C1_Win_Command_C1CommandLinks_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the C1CommandLinks at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_InsertRange_System_Int32_System_Collections_ICollection_" data-uid="C1.Win.Command.C1CommandLinks.InsertRange(System.Int32,System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.InsertRange.html#C1_Win_Command_C1CommandLinks_InsertRange_System_Int32_System_Collections_ICollection_">InsertRange(int, ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the elements of a collection into the C1CommandLinks at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_MoveTo_C1_Win_Command_C1CommandLink_System_Int32_" data-uid="C1.Win.Command.C1CommandLinks.MoveTo(C1.Win.Command.C1CommandLink,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.MoveTo.html#C1_Win_Command_C1CommandLinks_MoveTo_C1_Win_Command_C1CommandLink_System_Int32_">MoveTo(C1CommandLink, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves an element to the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_Remove_System_Object_" data-uid="C1.Win.Command.C1CommandLinks.Remove(System.Object)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.Remove.html#C1_Win_Command_C1CommandLinks_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_RemoveAt_System_Int32_" data-uid="C1.Win.Command.C1CommandLinks.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.RemoveAt.html#C1_Win_Command_C1CommandLinks_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_RemoveRange_System_Int32_System_Int32_" data-uid="C1.Win.Command.C1CommandLinks.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.RemoveRange.html#C1_Win_Command_C1CommandLinks_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of elements</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_ResetLinksUsage" data-uid="C1.Win.Command.C1CommandLinks.ResetLinksUsage">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.ResetLinksUsage.html#C1_Win_Command_C1CommandLinks_ResetLinksUsage">ResetLinksUsage()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all counters stored for recent link showing</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CommandLinks_SetRange_System_Int32_System_Collections_ICollection_" data-uid="C1.Win.Command.C1CommandLinks.SetRange(System.Int32,System.Collections.ICollection)">
          <a class="xref" href="C1.Win.Command.C1CommandLinks.SetRange.html#C1_Win_Command_C1CommandLinks_SetRange_System_Int32_System_Collections_ICollection_">SetRange(int, ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of a collection over a range of elements.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
