# C1.Win.List.ComboStyleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_ComboStyleEnum" data-uid="C1.Win.List.ComboStyleEnum" class="text-break">ComboStyleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defined the combobox style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_ComboStyleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComboStyleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComboStyleEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_List_ComboStyleEnum_DropdownCombo">DropdownCombo</td>
        <td><p>Includes a text box and a dropdown list. The user can select from the list or type in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboStyleEnum_DropdownList">DropdownList</td>
        <td><p>Includes a text box and dropdown list as in setting 0 ¨C Dropdown Combo.
However, this style disallows text entry and permits selection only from the dropdown list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ComboStyleEnum_SimpleCombo">SimpleCombo</td>
        <td><p>Includes a text box and a list which is always displayed.
The user can select from the list or type in the box.
The size of a simple combo box includes both the text and list portions.
By default, a simple combo box is sized so that none of the list is displayed.
To display more of the list, resize the control at design time or increase its
Height property at run time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
