# C1.Win.Input.Styles.Primitives.IDropDownStyleSupport-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_Primitives_IDropDownStyleSupport_1" data-uid="C1.Win.Input.Styles.Primitives.IDropDownStyleSupport`1" class="text-break">IDropDownStyleSupport&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a style that supports the drop-down form style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Styles.Primitives.html">C1.Win.Input.Styles.Primitives</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Styles_Primitives_IDropDownStyleSupport_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDropDownStyleSupport&lt;out T&gt; where T : DropDownStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDropDownStyleSupport(Of Out T As DropDownStyle)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></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_Primitives_IDropDownStyleSupport_1_DropDown" data-uid="C1.Win.Input.Styles.Primitives.IDropDownStyleSupport`1.DropDown">
          <a class="xref" href="C1.Win.Input.Styles.Primitives.IDropDownStyleSupport-1.DropDown.html#C1_Win_Input_Styles_Primitives_IDropDownStyleSupport_1_DropDown">DropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that define the drop-down form style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
