# FarPoint.Win.DropDownOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_DropDownOptions" data-uid="FarPoint.Win.DropDownOptions" class="text-break">DropDownOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to show the list in the combox cell type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_DropDownOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DropDownOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DropDownOptions</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="FarPoint_Win_DropDownOptions_Button">Button</td>
        <td><p>Displays the drop down when the button area is clicked, does not drop down when the cell area is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_DropDownOptions_ButtonAndText">ButtonAndText</td>
        <td><p>Displays the drop-down list when the cell or button area is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_DropDownOptions_Inherit">Inherit</td>
        <td><p>Keeps the 3.0 behavior (default)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_DropDownOptions_None">None</td>
        <td><p>Does not drop down when the cell or button area is clicked</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_DropDownOptions_Text">Text</td>
        <td><p>Displays the drop-down list when the cell area is clicked, does not drop down the list when the button area clicked.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
