# C1.Framework.IDropDownForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_IDropDownForm" data-uid="C1.Framework.IDropDownForm" class="text-break">IDropDownForm Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the methods, events and properties of drop down from.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_IDropDownForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDropDownForm : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDropDownForm
    Inherits IDisposable</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_Framework_IDropDownForm_Focusable" data-uid="C1.Framework.IDropDownForm.Focusable">
          <a class="xref" href="C1.Framework.IDropDownForm.Focusable.html#C1_Framework_IDropDownForm_Focusable">Focusable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that form can contain focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_InternalFocusMovement" data-uid="C1.Framework.IDropDownForm.InternalFocusMovement">
          <a class="xref" href="C1.Framework.IDropDownForm.InternalFocusMovement.html#C1_Framework_IDropDownForm_InternalFocusMovement">InternalFocusMovement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that all focus movements are internal and should not be processed as caused by user input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_IsDisposed" data-uid="C1.Framework.IDropDownForm.IsDisposed">
          <a class="xref" href="C1.Framework.IDropDownForm.IsDisposed.html#C1_Framework_IDropDownForm_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the form has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_Visible" data-uid="C1.Framework.IDropDownForm.Visible">
          <a class="xref" href="C1.Framework.IDropDownForm.Visible.html#C1_Framework_IDropDownForm_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the form are displayed.</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_Framework_IDropDownForm_ApplyStyle_C1_Win_Themes_BaseStyle_System_Int32_" data-uid="C1.Framework.IDropDownForm.ApplyStyle(C1.Win.Themes.BaseStyle,System.Int32)">
          <a class="xref" href="C1.Framework.IDropDownForm.ApplyStyle.html#C1_Framework_IDropDownForm_ApplyStyle_C1_Win_Themes_BaseStyle_System_Int32_">ApplyStyle(BaseStyle, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_Close" data-uid="C1.Framework.IDropDownForm.Close">
          <a class="xref" href="C1.Framework.IDropDownForm.Close.html#C1_Framework_IDropDownForm_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_CloseForm" data-uid="C1.Framework.IDropDownForm.CloseForm">
          <a class="xref" href="C1.Framework.IDropDownForm.CloseForm.html#C1_Framework_IDropDownForm_CloseForm">CloseForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the drop down form and activates the parent form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_IDropDownForm_OpenForm" data-uid="C1.Framework.IDropDownForm.OpenForm">
          <a class="xref" href="C1.Framework.IDropDownForm.OpenForm.html#C1_Framework_IDropDownForm_OpenForm">OpenForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the drop down form at the top of other windows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
