# C1.Framework.DropDownFormBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_DropDownFormBase" data-uid="C1.Framework.DropDownFormBase" class="text-break">DropDownFormBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base drop down form for the drop down control.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">DropDownFormBase</span></div>
      <div class="level8"><a class="xref" href="C1.Framework.SplitButtonElement.DropDownList.html">SplitButtonElement.DropDownList</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="C1.Framework.IDropDownForm.html">IDropDownForm</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imessagefilter">IMessageFilter</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUiaContainer.html">ISupportUiaContainer</a></div>
  </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_DropDownFormBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DropDownFormBase : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDropDownForm, IDisposable, IMessageFilter, ISupportUia, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DropDownFormBase
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDropDownForm, IDisposable, IMessageFilter, ISupportUia, ISupportUiaContainer</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_Framework_DropDownFormBase__ctor_C1_Framework_IDropDownOwner_" data-uid="C1.Framework.DropDownFormBase.#ctor(C1.Framework.IDropDownOwner)">
          <a class="xref" href="C1.Framework.DropDownFormBase.-ctor.html#C1_Framework_DropDownFormBase__ctor_C1_Framework_IDropDownOwner_">DropDownFormBase(IDropDownOwner)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.DropDownFormBase.html">DropDownFormBase</a> class.</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_Framework_DropDownFormBase_AlwaysPostChanges" data-uid="C1.Framework.DropDownFormBase.AlwaysPostChanges">
          <a class="xref" href="C1.Framework.DropDownFormBase.AlwaysPostChanges.html#C1_Framework_DropDownFormBase_AlwaysPostChanges">AlwaysPostChanges</a>
        </td>
        <td class="markdown level1 summary"><p>If this flag is set, the changes to the control Value can only be cancelled explicitly,
with Esc key or using the CloseForm method, and implicit cancellation
(when the form is closed because it loses focus) is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_BackColor" data-uid="C1.Framework.DropDownFormBase.BackColor">
          <a class="xref" href="C1.Framework.DropDownFormBase.BackColor.html#C1_Framework_DropDownFormBase_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_BorderColor" data-uid="C1.Framework.DropDownFormBase.BorderColor">
          <a class="xref" href="C1.Framework.DropDownFormBase.BorderColor.html#C1_Framework_DropDownFormBase_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color if a value of the <a class="xref" href="C1.Framework.DropDownFormBase.PlainBorders.html#C1_Framework_DropDownFormBase_PlainBorders">PlainBorders</a> property is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_ClosingUp" data-uid="C1.Framework.DropDownFormBase.ClosingUp">
          <a class="xref" href="C1.Framework.DropDownFormBase.ClosingUp.html#C1_Framework_DropDownFormBase_ClosingUp">ClosingUp</a>
        </td>
        <td class="markdown level1 summary"><p>This flag is True when we should not close the popup Form from the Deactivate event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_Control" data-uid="C1.Framework.DropDownFormBase.Control">
          <a class="xref" href="C1.Framework.DropDownFormBase.Control.html#C1_Framework_DropDownFormBase_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the control that hosted on this dropd down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_Corners" data-uid="C1.Framework.DropDownFormBase.Corners">
          <a class="xref" href="C1.Framework.DropDownFormBase.Corners.html#C1_Framework_DropDownFormBase_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the element corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_CreateParams" data-uid="C1.Framework.DropDownFormBase.CreateParams">
          <a class="xref" href="C1.Framework.DropDownFormBase.CreateParams.html#C1_Framework_DropDownFormBase_CreateParams">CreateParams</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_DropDownOwner" data-uid="C1.Framework.DropDownFormBase.DropDownOwner">
          <a class="xref" href="C1.Framework.DropDownFormBase.DropDownOwner.html#C1_Framework_DropDownFormBase_DropDownOwner">DropDownOwner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the drop-down owner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_Focusable" data-uid="C1.Framework.DropDownFormBase.Focusable">
          <a class="xref" href="C1.Framework.DropDownFormBase.Focusable.html#C1_Framework_DropDownFormBase_Focusable">Focusable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a flag indicates that <a class="xref" href="C1.Framework.DropDownFormBase.html">DropDownFormBase</a> can contain focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_FormSizingMode" data-uid="C1.Framework.DropDownFormBase.FormSizingMode">
          <a class="xref" href="C1.Framework.DropDownFormBase.FormSizingMode.html#C1_Framework_DropDownFormBase_FormSizingMode">FormSizingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border sizing mode. This option works if the <a class="xref" href="C1.Framework.DropDownFormBase.PlainBorders.html#C1_Framework_DropDownFormBase_PlainBorders">PlainBorders</a> is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_HasShadow" data-uid="C1.Framework.DropDownFormBase.HasShadow">
          <a class="xref" href="C1.Framework.DropDownFormBase.HasShadow.html#C1_Framework_DropDownFormBase_HasShadow">HasShadow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a flag indicating if the drop down form has a shadow displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_IgnoreNextDeactivate" data-uid="C1.Framework.DropDownFormBase.IgnoreNextDeactivate">
          <a class="xref" href="C1.Framework.DropDownFormBase.IgnoreNextDeactivate.html#C1_Framework_DropDownFormBase_IgnoreNextDeactivate">IgnoreNextDeactivate</a>
        </td>
        <td class="markdown level1 summary"><p>This flag is set when the user clicks the drop-down button in menu while this drop-down is already open.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_InternalFocusMovement" data-uid="C1.Framework.DropDownFormBase.InternalFocusMovement">
          <a class="xref" href="C1.Framework.DropDownFormBase.InternalFocusMovement.html#C1_Framework_DropDownFormBase_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_DropDownFormBase_NoCancelOnEscape" data-uid="C1.Framework.DropDownFormBase.NoCancelOnEscape">
          <a class="xref" href="C1.Framework.DropDownFormBase.NoCancelOnEscape.html#C1_Framework_DropDownFormBase_NoCancelOnEscape">NoCancelOnEscape</a>
        </td>
        <td class="markdown level1 summary"><p>If this flag is set, pressing the Esc key does not close the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_NoHideOnItemClick" data-uid="C1.Framework.DropDownFormBase.NoHideOnItemClick">
          <a class="xref" href="C1.Framework.DropDownFormBase.NoHideOnItemClick.html#C1_Framework_DropDownFormBase_NoHideOnItemClick">NoHideOnItemClick</a>
        </td>
        <td class="markdown level1 summary"><p>If true, the form will not be closed when the user clicks some item on this form or on a child form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_NoPostOnEnter" data-uid="C1.Framework.DropDownFormBase.NoPostOnEnter">
          <a class="xref" href="C1.Framework.DropDownFormBase.NoPostOnEnter.html#C1_Framework_DropDownFormBase_NoPostOnEnter">NoPostOnEnter</a>
        </td>
        <td class="markdown level1 summary"><p>If this flag is set, pressing the Enter key does not close the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_PlainBorders" data-uid="C1.Framework.DropDownFormBase.PlainBorders">
          <a class="xref" href="C1.Framework.DropDownFormBase.PlainBorders.html#C1_Framework_DropDownFormBase_PlainBorders">PlainBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating that the form draws a plain border, use this property with the <a class="xref" href="C1.Framework.DropDownFormBase.Corners.html#C1_Framework_DropDownFormBase_Corners">Corners</a> and <a class="xref" href="C1.Framework.DropDownFormBase.BorderColor.html#C1_Framework_DropDownFormBase_BorderColor">BorderColor</a> properties.</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_DropDownFormBase_ApplyDropDownAlign_System_Int32__System_Int32__System_Int32__System_Int32__System_Drawing_Rectangle_" data-uid="C1.Framework.DropDownFormBase.ApplyDropDownAlign(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.DropDownFormBase.ApplyDropDownAlign.html#C1_Framework_DropDownFormBase_ApplyDropDownAlign_System_Int32__System_Int32__System_Int32__System_Int32__System_Drawing_Rectangle_">ApplyDropDownAlign(ref int, ref int, ref int, ref int, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the align to the dropdown form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_ApplyStyle_C1_Win_Themes_BaseStyle_System_Int32_" data-uid="C1.Framework.DropDownFormBase.ApplyStyle(C1.Win.Themes.BaseStyle,System.Int32)">
          <a class="xref" href="C1.Framework.DropDownFormBase.ApplyStyle.html#C1_Framework_DropDownFormBase_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_DropDownFormBase_CheckHover" data-uid="C1.Framework.DropDownFormBase.CheckHover">
          <a class="xref" href="C1.Framework.DropDownFormBase.CheckHover.html#C1_Framework_DropDownFormBase_CheckHover">CheckHover()</a>
        </td>
        <td class="markdown level1 summary"><p>Checks the element under the mouse and updates the control state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_CloseAllForms" data-uid="C1.Framework.DropDownFormBase.CloseAllForms">
          <a class="xref" href="C1.Framework.DropDownFormBase.CloseAllForms.html#C1_Framework_DropDownFormBase_CloseAllForms">CloseAllForms()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes this and all child dropdown forms.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_CloseDropDown_System_Boolean_" data-uid="C1.Framework.DropDownFormBase.CloseDropDown(System.Boolean)">
          <a class="xref" href="C1.Framework.DropDownFormBase.CloseDropDown.html#C1_Framework_DropDownFormBase_CloseDropDown_System_Boolean_">CloseDropDown(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_CloseForm" data-uid="C1.Framework.DropDownFormBase.CloseForm">
          <a class="xref" href="C1.Framework.DropDownFormBase.CloseForm.html#C1_Framework_DropDownFormBase_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_DropDownFormBase_CreateHandle" data-uid="C1.Framework.DropDownFormBase.CreateHandle">
          <a class="xref" href="C1.Framework.DropDownFormBase.CreateHandle.html#C1_Framework_DropDownFormBase_CreateHandle">CreateHandle()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_Dispose_System_Boolean_" data-uid="C1.Framework.DropDownFormBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.Framework.DropDownFormBase.Dispose.html#C1_Framework_DropDownFormBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Framework.DropDownFormBase.html">DropDownFormBase</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_GetBorderSize" data-uid="C1.Framework.DropDownFormBase.GetBorderSize">
          <a class="xref" href="C1.Framework.DropDownFormBase.GetBorderSize.html#C1_Framework_DropDownFormBase_GetBorderSize">GetBorderSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the size of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_GetContentSize" data-uid="C1.Framework.DropDownFormBase.GetContentSize">
          <a class="xref" href="C1.Framework.DropDownFormBase.GetContentSize.html#C1_Framework_DropDownFormBase_GetContentSize">GetContentSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the initial size for drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_GetInnerItems_C1_Win_Accessibility_UiaItem_" data-uid="C1.Framework.DropDownFormBase.GetInnerItems(C1.Win.Accessibility.UiaItem)">
          <a class="xref" href="C1.Framework.DropDownFormBase.GetInnerItems.html#C1_Framework_DropDownFormBase_GetInnerItems_C1_Win_Accessibility_UiaItem_">GetInnerItems(UiaItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of inner Uia items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_GetOwnerBounds" data-uid="C1.Framework.DropDownFormBase.GetOwnerBounds">
          <a class="xref" href="C1.Framework.DropDownFormBase.GetOwnerBounds.html#C1_Framework_DropDownFormBase_GetOwnerBounds">GetOwnerBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the view in which the dropdown form belongs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_GetParentForm" data-uid="C1.Framework.DropDownFormBase.GetParentForm">
          <a class="xref" href="C1.Framework.DropDownFormBase.GetParentForm.html#C1_Framework_DropDownFormBase_GetParentForm">GetParentForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a parent form of the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_ItemClicked_C1_Framework_Element_System_Boolean_System_Boolean_" data-uid="C1.Framework.DropDownFormBase.ItemClicked(C1.Framework.Element,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.DropDownFormBase.ItemClicked.html#C1_Framework_DropDownFormBase_ItemClicked_C1_Framework_Element_System_Boolean_System_Boolean_">ItemClicked(Element, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles a click on an item on a dropdown form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OnDeactivate_System_EventArgs_" data-uid="C1.Framework.DropDownFormBase.OnDeactivate(System.EventArgs)">
          <a class="xref" href="C1.Framework.DropDownFormBase.OnDeactivate.html#C1_Framework_DropDownFormBase_OnDeactivate_System_EventArgs_">OnDeactivate(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Framework.DropDownFormBase.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Framework.DropDownFormBase.OnKeyPress.html#C1_Framework_DropDownFormBase_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OnOwnerDropDownClosed" data-uid="C1.Framework.DropDownFormBase.OnOwnerDropDownClosed">
          <a class="xref" href="C1.Framework.DropDownFormBase.OnOwnerDropDownClosed.html#C1_Framework_DropDownFormBase_OnOwnerDropDownClosed">OnOwnerDropDownClosed()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DropDownOwner.DropDownClosed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OnOwnerDropDownOpened" data-uid="C1.Framework.DropDownFormBase.OnOwnerDropDownOpened">
          <a class="xref" href="C1.Framework.DropDownFormBase.OnOwnerDropDownOpened.html#C1_Framework_DropDownFormBase_OnOwnerDropDownOpened">OnOwnerDropDownOpened()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DropDownOwner.DropDownOpened event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OnVisibleChanged_System_EventArgs_" data-uid="C1.Framework.DropDownFormBase.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Framework.DropDownFormBase.OnVisibleChanged.html#C1_Framework_DropDownFormBase_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_OpenForm" data-uid="C1.Framework.DropDownFormBase.OpenForm">
          <a class="xref" href="C1.Framework.DropDownFormBase.OpenForm.html#C1_Framework_DropDownFormBase_OpenForm">OpenForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the drop down form at the top of other windows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_PrepareDropDownLocation_System_Int32__System_Int32__System_Int32__System_Int32__System_Drawing_Rectangle_" data-uid="C1.Framework.DropDownFormBase.PrepareDropDownLocation(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.DropDownFormBase.PrepareDropDownLocation.html#C1_Framework_DropDownFormBase_PrepareDropDownLocation_System_Int32__System_Int32__System_Int32__System_Int32__System_Drawing_Rectangle_">PrepareDropDownLocation(ref int, ref int, ref int, ref int, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares location of drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_RefreshBounds" data-uid="C1.Framework.DropDownFormBase.RefreshBounds">
          <a class="xref" href="C1.Framework.DropDownFormBase.RefreshBounds.html#C1_Framework_DropDownFormBase_RefreshBounds">RefreshBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes bounds of the drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Framework.DropDownFormBase.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Framework.DropDownFormBase.SetBoundsCore.html#C1_Framework_DropDownFormBase_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_DropDownFormBase_WndProc_System_Windows_Forms_Message__" data-uid="C1.Framework.DropDownFormBase.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Framework.DropDownFormBase.WndProc.html#C1_Framework_DropDownFormBase_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
