# C1.Win.C1Input.DropDownItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_DropDownItemCollection" data-uid="C1.Win.C1Input.DropDownItemCollection" class="text-break">DropDownItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of drop down items.</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">DropDownItemCollection</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.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_DropDownItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownItemCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownItemCollection
    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_C1Input_DropDownItemCollection_Item_System_Int32_" data-uid="C1.Win.C1Input.DropDownItemCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.Item.html#C1_Win_C1Input_DropDownItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item at the specified indexed location in the collection.</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_C1Input_DropDownItemCollection_Add_C1_Win_C1Input_DropDownItem_" data-uid="C1.Win.C1Input.DropDownItemCollection.Add(C1.Win.C1Input.DropDownItem)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.Add.html#C1_Win_C1Input_DropDownItemCollection_Add_C1_Win_C1Input_DropDownItem_">Add(DropDownItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified item to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_Contains_C1_Win_C1Input_DropDownItem_" data-uid="C1.Win.C1Input.DropDownItemCollection.Contains(C1.Win.C1Input.DropDownItem)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.Contains.html#C1_Win_C1Input_DropDownItemCollection_Contains_C1_Win_C1Input_DropDownItem_">Contains(DropDownItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the collection contains a specific <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_IndexOf_C1_Win_C1Input_DropDownItem_" data-uid="C1.Win.C1Input.DropDownItemCollection.IndexOf(C1.Win.C1Input.DropDownItem)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.IndexOf.html#C1_Win_C1Input_DropDownItemCollection_IndexOf_C1_Win_C1Input_DropDownItem_">IndexOf(DropDownItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero-based index of the first occurrence of a value in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_Insert_System_Int32_C1_Win_C1Input_DropDownItem_" data-uid="C1.Win.C1Input.DropDownItemCollection.Insert(System.Int32,C1.Win.C1Input.DropDownItem)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.Insert.html#C1_Win_C1Input_DropDownItemCollection_Insert_System_Int32_C1_Win_C1Input_DropDownItem_">Insert(int, DropDownItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified item into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_OnClear" data-uid="C1.Win.C1Input.DropDownItemCollection.OnClear">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.OnClear.html#C1_Win_C1Input_DropDownItemCollection_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.C1Input.DropDownItemCollection.html">DropDownItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_OnClearComplete" data-uid="C1.Win.C1Input.DropDownItemCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.OnClearComplete.html#C1_Win_C1Input_DropDownItemCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of
the <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.html">DropDownItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Input.DropDownItemCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.OnInsertComplete.html#C1_Win_C1Input_DropDownItemCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting an <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a>
into the <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.html">DropDownItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Input.DropDownItemCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.OnRemoveComplete.html#C1_Win_C1Input_DropDownItemCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a>
from the <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.html">DropDownItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="C1.Win.C1Input.DropDownItemCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.OnSetComplete.html#C1_Win_C1Input_DropDownItemCollection_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 <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a>
in the <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.html">DropDownItemCollection</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemCollection_Remove_C1_Win_C1Input_DropDownItem_" data-uid="C1.Win.C1Input.DropDownItemCollection.Remove(C1.Win.C1Input.DropDownItem)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemCollection.Remove.html#C1_Win_C1Input_DropDownItemCollection_Remove_C1_Win_C1Input_DropDownItem_">Remove(DropDownItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified item from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
