# C1.Win.Input.Styles.DropDownStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_DropDownStyle" data-uid="C1.Win.Input.Styles.DropDownStyle" class="text-break">DropDownStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.html">DropDownStyle</a> class represents the drop down form style.</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">DropDownStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Styles.html">C1.Win.Input.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Styles_DropDownStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownStyle : BaseC1FrameworkStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownStyle
    Inherits BaseC1FrameworkStyle</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_Styles_DropDownStyle__ctor" data-uid="C1.Win.Input.Styles.DropDownStyle.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.-ctor.html#C1_Win_Input_Styles_DropDownStyle__ctor">DropDownStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.html">DropDownStyle</a>.</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_Styles_DropDownStyle_BackColor" data-uid="C1.Win.Input.Styles.DropDownStyle.BackColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BackColor.html#C1_Win_Input_Styles_DropDownStyle_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_Input_Styles_DropDownStyle_BorderColor" data-uid="C1.Win.Input.Styles.DropDownStyle.BorderColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BorderColor.html#C1_Win_Input_Styles_DropDownStyle_BorderColor">BorderColor</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 draw the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_Corners" data-uid="C1.Win.Input.Styles.DropDownStyle.Corners">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.Corners.html#C1_Win_Input_Styles_DropDownStyle_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the element corners.</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_Styles_DropDownStyle_ResetBackColor" data-uid="C1.Win.Input.Styles.DropDownStyle.ResetBackColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ResetBackColor.html#C1_Win_Input_Styles_DropDownStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BackColor.html#C1_Win_Input_Styles_DropDownStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_ResetBorderColor" data-uid="C1.Win.Input.Styles.DropDownStyle.ResetBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ResetBorderColor.html#C1_Win_Input_Styles_DropDownStyle_ResetBorderColor">ResetBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BorderColor.html#C1_Win_Input_Styles_DropDownStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_ResetCorners" data-uid="C1.Win.Input.Styles.DropDownStyle.ResetCorners">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ResetCorners.html#C1_Win_Input_Styles_DropDownStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.Corners.html#C1_Win_Input_Styles_DropDownStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_ShouldSerializeBackColor" data-uid="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeBackColor.html#C1_Win_Input_Styles_DropDownStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BackColor.html#C1_Win_Input_Styles_DropDownStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_ShouldSerializeBorderColor" data-uid="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeBorderColor.html#C1_Win_Input_Styles_DropDownStyle_ShouldSerializeBorderColor">ShouldSerializeBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.BorderColor.html#C1_Win_Input_Styles_DropDownStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_DropDownStyle_ShouldSerializeCorners" data-uid="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.ShouldSerializeCorners.html#C1_Win_Input_Styles_DropDownStyle_ShouldSerializeCorners">ShouldSerializeCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.DropDownStyle.Corners.html#C1_Win_Input_Styles_DropDownStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
