# C1.Win.C1Input.ComboBoxStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_ComboBoxStyle" data-uid="C1.Win.C1Input.ComboBoxStyle" class="text-break">ComboBoxStyle Class
</h1>
  <div class="markdown level0 summary"><p>Style for drop down form and combobox 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"><span class="xref">ComboBoxStyle</span></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_ComboBoxStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ComboBoxStyle</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_ComboBoxStyle_DefaultItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.DefaultItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.DefaultItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_DefaultItemForeColor">DefaultItemForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Default text color of the combo box items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_DropDownBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.DropDownBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.DropDownBackColor.html#C1_Win_C1Input_ComboBoxStyle_DropDownBackColor">DropDownBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Background color of the drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_DropDownBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.DropDownBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.DropDownBorderColor.html#C1_Win_C1Input_ComboBoxStyle_DropDownBorderColor">DropDownBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Color of border of the drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_DropDownCorners" data-uid="C1.Win.C1Input.ComboBoxStyle.DropDownCorners">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.DropDownCorners.html#C1_Win_C1Input_ComboBoxStyle_DropDownCorners">DropDownCorners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the form corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_Font" data-uid="C1.Win.C1Input.ComboBoxStyle.Font">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.Font.html#C1_Win_C1Input_ComboBoxStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Default font of the combo box items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_HotItemBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.HotItemBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.HotItemBackColor.html#C1_Win_C1Input_ComboBoxStyle_HotItemBackColor">HotItemBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Background color of the combo box items in hot state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_HotItemBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.HotItemBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.HotItemBorderColor.html#C1_Win_C1Input_ComboBoxStyle_HotItemBorderColor">HotItemBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Border color of the combo box items in hot state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_HotItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.HotItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.HotItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_HotItemForeColor">HotItemForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Text color of the combo box items in hot state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_Padding" data-uid="C1.Win.C1Input.ComboBoxStyle.Padding">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.Padding.html#C1_Win_C1Input_ComboBoxStyle_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets padding within the drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_SelectionView" data-uid="C1.Win.C1Input.ComboBoxStyle.SelectionView">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.SelectionView.html#C1_Win_C1Input_ComboBoxStyle_SelectionView">SelectionView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item's selection view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_TextSpacing" data-uid="C1.Win.C1Input.ComboBoxStyle.TextSpacing">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.TextSpacing.html#C1_Win_C1Input_ComboBoxStyle_TextSpacing">TextSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Space around the textual parts of the combo box items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_WordWrap" data-uid="C1.Win.C1Input.ComboBoxStyle.WordWrap">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.WordWrap.html#C1_Win_C1Input_ComboBoxStyle_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that whether text should be allowed to wrap within the combo box items.</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_ComboBoxStyle_Reset" data-uid="C1.Win.C1Input.ComboBoxStyle.Reset">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.Reset.html#C1_Win_C1Input_ComboBoxStyle_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the style to default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetDefaultItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetDefaultItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetDefaultItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_ResetDefaultItemForeColor">ResetDefaultItemForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetDropDownBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetDropDownBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetDropDownBackColor.html#C1_Win_C1Input_ComboBoxStyle_ResetDropDownBackColor">ResetDropDownBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetDropDownBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetDropDownBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetDropDownBorderColor.html#C1_Win_C1Input_ComboBoxStyle_ResetDropDownBorderColor">ResetDropDownBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetFont" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetFont">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetFont.html#C1_Win_C1Input_ComboBoxStyle_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetHotItemBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetHotItemBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetHotItemBackColor.html#C1_Win_C1Input_ComboBoxStyle_ResetHotItemBackColor">ResetHotItemBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetHotItemBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetHotItemBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetHotItemBorderColor.html#C1_Win_C1Input_ComboBoxStyle_ResetHotItemBorderColor">ResetHotItemBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ResetHotItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ResetHotItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ResetHotItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_ResetHotItemForeColor">ResetHotItemForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDefaultItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDefaultItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDefaultItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDefaultItemForeColor">ShouldSerializeDefaultItemForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDropDownBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDropDownBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDropDownBackColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDropDownBackColor">ShouldSerializeDropDownBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDropDownBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDropDownBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeDropDownBorderColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeDropDownBorderColor">ShouldSerializeDropDownBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeFont" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeFont">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeFont.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemBackColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemBackColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemBackColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemBackColor">ShouldSerializeHotItemBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemBorderColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemBorderColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemBorderColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemBorderColor">ShouldSerializeHotItemBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemForeColor" data-uid="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemForeColor">
          <a class="xref" href="C1.Win.C1Input.ComboBoxStyle.ShouldSerializeHotItemForeColor.html#C1_Win_C1Input_ComboBoxStyle_ShouldSerializeHotItemForeColor">ShouldSerializeHotItemForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
