# C1.Win.Input.ComboBoxItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_ComboBoxItemCollection" data-uid="C1.Win.Input.ComboBoxItemCollection" class="text-break">ComboBoxItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of the <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> 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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <div class="level3"><span class="xref">ComboBoxItemCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a>&gt;</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.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_ComboBoxItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxItemCollection : ObservableCollection&lt;ComboBoxItem&gt;, IList&lt;ComboBoxItem&gt;, ICollection&lt;ComboBoxItem&gt;, IList, ICollection, IReadOnlyList&lt;ComboBoxItem&gt;, IReadOnlyCollection&lt;ComboBoxItem&gt;, IEnumerable&lt;ComboBoxItem&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxItemCollection
    Inherits ObservableCollection(Of ComboBoxItem)
    Implements IList(Of ComboBoxItem), ICollection(Of ComboBoxItem), IList, ICollection, IReadOnlyList(Of ComboBoxItem), IReadOnlyCollection(Of ComboBoxItem), IEnumerable(Of ComboBoxItem), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <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_Input_ComboBoxItemCollection_Add_System_String_" data-uid="C1.Win.Input.ComboBoxItemCollection.Add(System.String)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.Add.html#C1_Win_Input_ComboBoxItemCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a item with specified string value to the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_AddRange_System_Collections_Generic_IEnumerable_System_String__" data-uid="C1.Win.Input.ComboBoxItemCollection.AddRange(System.Collections.Generic.IEnumerable{System.String})">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.AddRange.html#C1_Win_Input_ComboBoxItemCollection_AddRange_System_Collections_Generic_IEnumerable_System_String__">AddRange(IEnumerable&lt;string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds values of the specified collection to the end of the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_AddRangeValues_System_Collections_Generic_IEnumerable_System_Object__" data-uid="C1.Win.Input.ComboBoxItemCollection.AddRangeValues(System.Collections.Generic.IEnumerable{System.Object})">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.AddRangeValues.html#C1_Win_Input_ComboBoxItemCollection_AddRangeValues_System_Collections_Generic_IEnumerable_System_Object__">AddRangeValues(IEnumerable&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds values of the specified collection to the end of the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_AddValue_System_Object_" data-uid="C1.Win.Input.ComboBoxItemCollection.AddValue(System.Object)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.AddValue.html#C1_Win_Input_ComboBoxItemCollection_AddValue_System_Object_">AddValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a item with specified value to the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_ClearItems" data-uid="C1.Win.Input.ComboBoxItemCollection.ClearItems">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.ClearItems.html#C1_Win_Input_ComboBoxItemCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_IndexByValue_System_Object_" data-uid="C1.Win.Input.ComboBoxItemCollection.IndexByValue(System.Object)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.IndexByValue.html#C1_Win_Input_ComboBoxItemCollection_IndexByValue_System_Object_">IndexByValue(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_Insert_System_Int32_System_String_" data-uid="C1.Win.Input.ComboBoxItemCollection.Insert(System.Int32,System.String)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.Insert.html#C1_Win_Input_ComboBoxItemCollection_Insert_System_Int32_System_String_">Insert(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts item with specified string value into the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_InsertItem_System_Int32_C1_Win_Input_ComboBoxItem_" data-uid="C1.Win.Input.ComboBoxItemCollection.InsertItem(System.Int32,C1.Win.Input.ComboBoxItem)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.InsertItem.html#C1_Win_Input_ComboBoxItemCollection_InsertItem_System_Int32_C1_Win_Input_ComboBoxItem_">InsertItem(int, ComboBoxItem)</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_Input_ComboBoxItemCollection_InsertRangeValues_System_Int32_System_Collections_Generic_IEnumerable_System_Object__" data-uid="C1.Win.Input.ComboBoxItemCollection.InsertRangeValues(System.Int32,System.Collections.Generic.IEnumerable{System.Object})">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.InsertRangeValues.html#C1_Win_Input_ComboBoxItemCollection_InsertRangeValues_System_Int32_System_Collections_Generic_IEnumerable_System_Object__">InsertRangeValues(int, IEnumerable&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts values into the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_InsertValue_System_Int32_System_Object_" data-uid="C1.Win.Input.ComboBoxItemCollection.InsertValue(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.InsertValue.html#C1_Win_Input_ComboBoxItemCollection_InsertValue_System_Int32_System_Object_">InsertValue(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts item with specified value into the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_RemoveAtValue_System_Object_" data-uid="C1.Win.Input.ComboBoxItemCollection.RemoveAtValue(System.Object)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.RemoveAtValue.html#C1_Win_Input_ComboBoxItemCollection_RemoveAtValue_System_Object_">RemoveAtValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specified value from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_RemoveItem_System_Int32_" data-uid="C1.Win.Input.ComboBoxItemCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.RemoveItem.html#C1_Win_Input_ComboBoxItemCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified index of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_RemoveRange_System_Int32_System_Int32_" data-uid="C1.Win.Input.ComboBoxItemCollection.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.RemoveRange.html#C1_Win_Input_ComboBoxItemCollection_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of item from the <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.html">ComboBoxItemCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItemCollection_SetItem_System_Int32_C1_Win_Input_ComboBoxItem_" data-uid="C1.Win.Input.ComboBoxItemCollection.SetItem(System.Int32,C1.Win.Input.ComboBoxItem)">
          <a class="xref" href="C1.Win.Input.ComboBoxItemCollection.SetItem.html#C1_Win_Input_ComboBoxItemCollection_SetItem_System_Int32_C1_Win_Input_ComboBoxItem_">SetItem(int, ComboBoxItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the element at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
