# C1.Win.C1Input.DropDownItemStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_DropDownItemStyle" data-uid="C1.Win.C1Input.DropDownItemStyle" class="text-break">DropDownItemStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.html">DropDownItemStyle</a> class represents the styles for the <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a> component.</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">DropDownItemStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_DropDownItemStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class DropDownItemStyle : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class DropDownItemStyle
    Implements INotifyPropertyChanged</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_DropDownItemStyle_ArrowColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ArrowColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ArrowColor.html#C1_Win_C1Input_DropDownItemStyle_ArrowColor">ArrowColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the arrow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_BackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.BackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.BackColor.html#C1_Win_C1Input_DropDownItemStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_DisabledForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.DisabledForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.DisabledForeColor.html#C1_Win_C1Input_DropDownItemStyle_DisabledForeColor">DisabledForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the text of disabled item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ForeColor.html#C1_Win_C1Input_DropDownItemStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_HotBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.HotBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotBackColor.html#C1_Win_C1Input_DropDownItemStyle_HotBackColor">HotBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background of seleced item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_HotForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.HotForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotForeColor.html#C1_Win_C1Input_DropDownItemStyle_HotForeColor">HotForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the text of seleced item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ImageBarBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ImageBarBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarBackColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarBackColor">ImageBarBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the image bar background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ImageBarSeparatorColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ImageBarSeparatorColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarSeparatorColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarSeparatorColor">ImageBarSeparatorColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the image bar separator.</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_DropDownItemStyle_OnPropertyChanged_System_String_" data-uid="C1.Win.C1Input.DropDownItemStyle.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.OnPropertyChanged.html#C1_Win_C1Input_DropDownItemStyle_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetArrowColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetArrowColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetArrowColor.html#C1_Win_C1Input_DropDownItemStyle_ResetArrowColor">ResetArrowColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ArrowColor.html#C1_Win_C1Input_DropDownItemStyle_ArrowColor">ArrowColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetBackColor.html#C1_Win_C1Input_DropDownItemStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.BackColor.html#C1_Win_C1Input_DropDownItemStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetDisabledForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetDisabledForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetDisabledForeColor.html#C1_Win_C1Input_DropDownItemStyle_ResetDisabledForeColor">ResetDisabledForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.DisabledForeColor.html#C1_Win_C1Input_DropDownItemStyle_DisabledForeColor">DisabledForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetForeColor.html#C1_Win_C1Input_DropDownItemStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ForeColor.html#C1_Win_C1Input_DropDownItemStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetHotBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetHotBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetHotBackColor.html#C1_Win_C1Input_DropDownItemStyle_ResetHotBackColor">ResetHotBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotBackColor.html#C1_Win_C1Input_DropDownItemStyle_HotBackColor">HotBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetHotForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetHotForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetHotForeColor.html#C1_Win_C1Input_DropDownItemStyle_ResetHotForeColor">ResetHotForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotForeColor.html#C1_Win_C1Input_DropDownItemStyle_HotForeColor">HotForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetImageBarBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetImageBarBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetImageBarBackColor.html#C1_Win_C1Input_DropDownItemStyle_ResetImageBarBackColor">ResetImageBarBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarBackColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarBackColor">ImageBarBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ResetImageBarSeparatorColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ResetImageBarSeparatorColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ResetImageBarSeparatorColor.html#C1_Win_C1Input_DropDownItemStyle_ResetImageBarSeparatorColor">ResetImageBarSeparatorColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarSeparatorColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarSeparatorColor">ImageBarSeparatorColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeArrowColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeArrowColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeArrowColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeArrowColor">ShouldSerializeArrowColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ArrowColor.html#C1_Win_C1Input_DropDownItemStyle_ArrowColor">ArrowColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeBackColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.BackColor.html#C1_Win_C1Input_DropDownItemStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeDisabledForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeDisabledForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeDisabledForeColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeDisabledForeColor">ShouldSerializeDisabledForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.DisabledForeColor.html#C1_Win_C1Input_DropDownItemStyle_DisabledForeColor">DisabledForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeForeColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ForeColor.html#C1_Win_C1Input_DropDownItemStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeHotBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeHotBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeHotBackColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeHotBackColor">ShouldSerializeHotBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotBackColor.html#C1_Win_C1Input_DropDownItemStyle_HotBackColor">HotBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeHotForeColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeHotForeColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeHotForeColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeHotForeColor">ShouldSerializeHotForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.HotForeColor.html#C1_Win_C1Input_DropDownItemStyle_HotForeColor">HotForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeImageBarBackColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeImageBarBackColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeImageBarBackColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeImageBarBackColor">ShouldSerializeImageBarBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarBackColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarBackColor">ImageBarBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItemStyle_ShouldSerializeImageBarSeparatorColor" data-uid="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeImageBarSeparatorColor">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ShouldSerializeImageBarSeparatorColor.html#C1_Win_C1Input_DropDownItemStyle_ShouldSerializeImageBarSeparatorColor">ShouldSerializeImageBarSeparatorColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.ImageBarSeparatorColor.html#C1_Win_C1Input_DropDownItemStyle_ImageBarSeparatorColor">ImageBarSeparatorColor</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_DropDownItemStyle_PropertyChanged" data-uid="C1.Win.C1Input.DropDownItemStyle.PropertyChanged">
          <a class="xref" href="C1.Win.C1Input.DropDownItemStyle.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
