# C1.Win.C1Input.DropDownFormOptionsFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_DropDownFormOptionsFlags" data-uid="C1.Win.C1Input.DropDownFormOptionsFlags" class="text-break">DropDownFormOptionsFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Used by DropDownForm.Options property.</p>
</div>
  <div class="markdown level0 conceptual"></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_DropDownFormOptionsFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[TypeConverter(typeof(DropDownOptionsConverter))]
public enum DropDownFormOptionsFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
&lt;TypeConverter(GetType(DropDownOptionsConverter))&gt;
Public Enum DropDownFormOptionsFlags</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="C1_Win_C1Input_DropDownFormOptionsFlags_AlwaysPostChanges">AlwaysPostChanges</td>
        <td><p>If this flag is set, the changes to the control Value can only be cancelled explicitly, with Esc key
or using the CloseDropDown method, and implicit cancellation (when the form is closed because it loses focus) is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_AutoResize">AutoResize</td>
        <td><p>If set, the dropdown form width is automatically adjusted to the width of the owner control
before the form is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_FixedHeight">FixedHeight</td>
        <td><p>The end users are not allowed to change the height of the dropdown form resizing it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_FixedSize">FixedSize</td>
        <td><p>= FixedWidth + FixedHeight</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_FixedWidth">FixedWidth</td>
        <td><p>The end users are not allowed to change the width of the dropdown form resizing it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_Focusable">Focusable</td>
        <td><p>Indicates that DropDownForm can contain focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_NoCancelOnEscape">NoCancelOnEscape</td>
        <td><p>If this flag is set, pressing the Esc key does not close the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_NoPostOnEnter">NoPostOnEnter</td>
        <td><p>If this flag is set, pressing the Enter key does not close the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownFormOptionsFlags_None">None</td>
        <td><p>Indicates that none of the options are set.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
