# C1.Win.Input.ComboBoxItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_ComboBoxItem" data-uid="C1.Win.Input.ComboBoxItem" class="text-break">ComboBoxItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents drop down item for <a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a> control.</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"><span class="xref">ComboBoxItem</span></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_ComboBoxItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxItem</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_ComboBoxItem__ctor" data-uid="C1.Win.Input.ComboBoxItem.#ctor">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.-ctor.html#C1_Win_Input_ComboBoxItem__ctor">ComboBoxItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.ComboBoxItem.html">ComboBoxItem</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Input_ComboBoxItem_DisplayText" data-uid="C1.Win.Input.ComboBoxItem.DisplayText">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.DisplayText.html#C1_Win_Input_ComboBoxItem_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that is displayed on an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_Icon" data-uid="C1.Win.Input.ComboBoxItem.Icon">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.Icon.html#C1_Win_Input_ComboBoxItem_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Win.10/C1.Framework.C1Icon.html">C1Icon</a> that is displayed on an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_ImageIndex" data-uid="C1.Win.Input.ComboBoxItem.ImageIndex">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.ImageIndex.html#C1_Win_Input_ComboBoxItem_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list index value of the image displayed on an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_ImageKey" data-uid="C1.Win.Input.ComboBoxItem.ImageKey">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.ImageKey.html#C1_Win_Input_ComboBoxItem_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key accessor for the image in the <a class="xref" href="C1.Win.Input.ComboBoxItem.ImageList.html#C1_Win_Input_ComboBoxItem_ImageList">ImageList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_ImageList" data-uid="C1.Win.Input.ComboBoxItem.ImageList">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.ImageList.html#C1_Win_Input_ComboBoxItem_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imagelist">ImageList</a> that contains the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> displayed on an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_Value" data-uid="C1.Win.Input.ComboBoxItem.Value">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.Value.html#C1_Win_Input_ComboBoxItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of combobox item.</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_Input_ComboBoxItem_ResetDisplayText" data-uid="C1.Win.Input.ComboBoxItem.ResetDisplayText">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.ResetDisplayText.html#C1_Win_Input_ComboBoxItem_ResetDisplayText">ResetDisplayText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ComboBoxItem_ShouldSerializeDisplayText" data-uid="C1.Win.Input.ComboBoxItem.ShouldSerializeDisplayText">
          <a class="xref" href="C1.Win.Input.ComboBoxItem.ShouldSerializeDisplayText.html#C1_Win_Input_ComboBoxItem_ShouldSerializeDisplayText">ShouldSerializeDisplayText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
