# C1.Win.C1Input.C1DropDownControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_C1DropDownControl" data-uid="C1.Win.C1Input.C1DropDownControl" class="text-break">C1DropDownControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base drop-down control supporting up/down buttons.</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.textboxbase">TextBoxBase</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a></div>
    <div class="level6"><a class="xref" href="C1.Win.C1Input.C1TextBox.html">C1TextBox</a></div>
    <div class="level7"><span class="xref">C1DropDownControl</span></div>
      <div class="level8"><a class="xref" href="C1.Win.C1Input.C1BasePicker.html">C1BasePicker</a></div>
      <div class="level8"><a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a></div>
      <div class="level8"><a class="xref" href="C1.Win.C1Input.C1DateEdit.html">C1DateEdit</a></div>
      <div class="level8"><a class="xref" href="C1.Win.C1Input.C1NumericEdit.html">C1NumericEdit</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.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><span class="xref">IEmbeddedEditor</span></div>
  </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_C1DropDownControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1DropDownControl), &quot;C1DropDownControl.png&quot;)]
public class C1DropDownControl : C1TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor, IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1DropDownControl), &quot;C1DropDownControl.png&quot;)&gt;
Public Class C1DropDownControl
    Inherits C1TextBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor, IEmbeddedEditor</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_Win_C1Input_C1DropDownControl__ctor" data-uid="C1.Win.C1Input.C1DropDownControl.#ctor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.-ctor.html#C1_Win_C1Input_C1DropDownControl__ctor">C1DropDownControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1DropDownControl 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_Win_C1Input_C1DropDownControl_AutoOpen" data-uid="C1.Win.C1Input.C1DropDownControl.AutoOpen">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.AutoOpen.html#C1_Win_C1Input_C1DropDownControl_AutoOpen">AutoOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to open the combo box when the control receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ButtonCursor" data-uid="C1.Win.C1Input.C1DropDownControl.ButtonCursor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ButtonCursor.html#C1_Win_C1Input_C1DropDownControl_ButtonCursor">ButtonCursor</a>
        </td>
        <td class="markdown level1 summary"><p>The cursor that is displayed when the mouse is over a button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ButtonImages" data-uid="C1.Win.C1Input.C1DropDownControl.ButtonImages">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ButtonImages.html#C1_Win_C1Input_C1DropDownControl_ButtonImages">ButtonImages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the images for buttons</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ButtonWidth" data-uid="C1.Win.C1Input.C1DropDownControl.ButtonWidth">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ButtonWidth.html#C1_Win_C1Input_C1DropDownControl_ButtonWidth">ButtonWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the button width instead of using the default width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ContentHeight" data-uid="C1.Win.C1Input.C1DropDownControl.ContentHeight">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ContentHeight.html#C1_Win_C1Input_C1DropDownControl_ContentHeight">ContentHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_Cursor" data-uid="C1.Win.C1Input.C1DropDownControl.Cursor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.Cursor.html#C1_Win_C1Input_C1DropDownControl_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cursor that is displayed when the mouse pointer is over the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CustomAreaPlace" data-uid="C1.Win.C1Input.C1DropDownControl.CustomAreaPlace">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CustomAreaPlace.html#C1_Win_C1Input_C1DropDownControl_CustomAreaPlace">CustomAreaPlace</a>
        </td>
        <td class="markdown level1 summary"><p>This property is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CustomAreaWidth" data-uid="C1.Win.C1Input.C1DropDownControl.CustomAreaWidth">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CustomAreaWidth.html#C1_Win_C1Input_C1DropDownControl_CustomAreaWidth">CustomAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>This property is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DefaultDropDownForm" data-uid="C1.Win.C1Input.C1DropDownControl.DefaultDropDownForm">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DefaultDropDownForm.html#C1_Win_C1Input_C1DropDownControl_DefaultDropDownForm">DefaultDropDownForm</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DefaultDropDownFormClassName" data-uid="C1.Win.C1Input.C1DropDownControl.DefaultDropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DefaultDropDownFormClassName.html#C1_Win_C1Input_C1DropDownControl_DefaultDropDownFormClassName">DefaultDropDownFormClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies form class that is used by default as the dropdown for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DefaultSize" data-uid="C1.Win.C1Input.C1DropDownControl.DefaultSize">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DefaultSize.html#C1_Win_C1Input_C1DropDownControl_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DefaultThemeRootPath" data-uid="C1.Win.C1Input.C1DropDownControl.DefaultThemeRootPath">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DefaultThemeRootPath.html#C1_Win_C1Input_C1DropDownControl_DefaultThemeRootPath">DefaultThemeRootPath</a>
        </td>
        <td class="markdown level1 summary"><p>Default path</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownForm" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownForm">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownForm.html#C1_Win_C1Input_C1DropDownControl_DropDownForm">DropDownForm</a>
        </td>
        <td class="markdown level1 summary"><p>Returns dropdown form instance associated with the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownFormAlign" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownFormAlign">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownFormAlign.html#C1_Win_C1Input_C1DropDownControl_DropDownFormAlign">DropDownFormAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Alignment of the dropdown form relative to the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownFormClassName" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownFormClassName.html#C1_Win_C1Input_C1DropDownControl_DropDownFormClassName">DropDownFormClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the class name of a Form serving as the dropdown window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownFormCreationTime" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownFormCreationTime">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownFormCreationTime.html#C1_Win_C1Input_C1DropDownControl_DropDownFormCreationTime">DropDownFormCreationTime</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the time when drop down form is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownStyle" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownStyle">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownStyle.html#C1_Win_C1Input_C1DropDownControl_DropDownStyle">DropDownStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DroppedDown" data-uid="C1.Win.C1Input.C1DropDownControl.DroppedDown">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DroppedDown.html#C1_Win_C1Input_C1DropDownControl_DroppedDown">DroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Run-time read-only property indicating if the dropdown is currently open.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_GapHeight" data-uid="C1.Win.C1Input.C1DropDownControl.GapHeight">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.GapHeight.html#C1_Win_C1Input_C1DropDownControl_GapHeight">GapHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Distance in pixels between the control edge and the dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_Image" data-uid="C1.Win.C1Input.C1DropDownControl.Image">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.Image.html#C1_Win_C1Input_C1DropDownControl_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the button image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImageIndex" data-uid="C1.Win.C1Input.C1DropDownControl.ImageIndex">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImageIndex.html#C1_Win_C1Input_C1DropDownControl_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the button image in the ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImageKey" data-uid="C1.Win.C1Input.C1DropDownControl.ImageKey">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImageKey.html#C1_Win_C1Input_C1DropDownControl_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key of the button image in the ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImageList" data-uid="C1.Win.C1Input.C1DropDownControl.ImageList">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImageList.html#C1_Win_C1Input_C1DropDownControl_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList to get the images to display in the drop down items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImagePadding" data-uid="C1.Win.C1Input.C1DropDownControl.ImagePadding">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImagePadding.html#C1_Win_C1Input_C1DropDownControl_ImagePadding">ImagePadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImagePlace" data-uid="C1.Win.C1Input.C1DropDownControl.ImagePlace">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImagePlace.html#C1_Win_C1Input_C1DropDownControl_ImagePlace">ImagePlace</a>
        </td>
        <td class="markdown level1 summary"><p>Has valid value only if ShowValueImage returns true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ImageTransparentColor" data-uid="C1.Win.C1Input.C1DropDownControl.ImageTransparentColor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ImageTransparentColor.html#C1_Win_C1Input_C1DropDownControl_ImageTransparentColor">ImageTransparentColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color to treat as transparent in a image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_InterceptArrowKeys" data-uid="C1.Win.C1Input.C1DropDownControl.InterceptArrowKeys">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.InterceptArrowKeys.html#C1_Win_C1Input_C1DropDownControl_InterceptArrowKeys">InterceptArrowKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the up/down buttons intercept and handle Up and Down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_MinSizeInternal" data-uid="C1.Win.C1Input.C1DropDownControl.MinSizeInternal">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.MinSizeInternal.html#C1_Win_C1Input_C1DropDownControl_MinSizeInternal">MinSizeInternal</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_MouseClickPassThrough" data-uid="C1.Win.C1Input.C1DropDownControl.MouseClickPassThrough">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.MouseClickPassThrough.html#C1_Win_C1Input_C1DropDownControl_MouseClickPassThrough">MouseClickPassThrough</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the mouse click event is consumed or passed through after closing the dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ReadOnly" data-uid="C1.Win.C1Input.C1DropDownControl.ReadOnly">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ReadOnly.html#C1_Win_C1Input_C1DropDownControl_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShowCustomButton" data-uid="C1.Win.C1Input.C1DropDownControl.ShowCustomButton">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShowCustomButton.html#C1_Win_C1Input_C1DropDownControl_ShowCustomButton">ShowCustomButton</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the modal button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShowDropDownButton" data-uid="C1.Win.C1Input.C1DropDownControl.ShowDropDownButton">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShowDropDownButton.html#C1_Win_C1Input_C1DropDownControl_ShowDropDownButton">ShowDropDownButton</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the dropdown button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShowImage" data-uid="C1.Win.C1Input.C1DropDownControl.ShowImage">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShowImage.html#C1_Win_C1Input_C1DropDownControl_ShowImage">ShowImage</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if image should be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShowModalButton" data-uid="C1.Win.C1Input.C1DropDownControl.ShowModalButton">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShowModalButton.html#C1_Win_C1Input_C1DropDownControl_ShowModalButton">ShowModalButton</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the modal button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShowUpDownButtons" data-uid="C1.Win.C1Input.C1DropDownControl.ShowUpDownButtons">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShowUpDownButtons.html#C1_Win_C1Input_C1DropDownControl_ShowUpDownButtons">ShowUpDownButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the up/down buttons are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_UpDownButtonAlignment" data-uid="C1.Win.C1Input.C1DropDownControl.UpDownButtonAlignment">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.UpDownButtonAlignment.html#C1_Win_C1Input_C1DropDownControl_UpDownButtonAlignment">UpDownButtonAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the spin button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_VisibleButtons" data-uid="C1.Win.C1Input.C1DropDownControl.VisibleButtons">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.VisibleButtons.html#C1_Win_C1Input_C1DropDownControl_VisibleButtons">VisibleButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying which buttons are visible. The default is (UpDown Or DropDown).</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_Win_C1Input_C1DropDownControl_CalcSizeInternal" data-uid="C1.Win.C1Input.C1DropDownControl.CalcSizeInternal">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CalcSizeInternal.html#C1_Win_C1Input_C1DropDownControl_CalcSizeInternal">CalcSizeInternal()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CloseDropDown" data-uid="C1.Win.C1Input.C1DropDownControl.CloseDropDown">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CloseDropDown.html#C1_Win_C1Input_C1DropDownControl_CloseDropDown">CloseDropDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CloseDropDown_System_Boolean_" data-uid="C1.Win.C1Input.C1DropDownControl.CloseDropDown(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CloseDropDown.html#C1_Win_C1Input_C1DropDownControl_CloseDropDown_System_Boolean_">CloseDropDown(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CreateAccessibilityInstance" data-uid="C1.Win.C1Input.C1DropDownControl.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CreateAccessibilityInstance.html#C1_Win_C1Input_C1DropDownControl_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.C1DropDownControl.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.Dispose.html#C1_Win_C1Input_C1DropDownControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1DropDownControl.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DrawCustomArea_System_Drawing_Graphics_" data-uid="C1.Win.C1Input.C1DropDownControl.DrawCustomArea(System.Drawing.Graphics)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DrawCustomArea.html#C1_Win_C1Input_C1DropDownControl_DrawCustomArea_System_Drawing_Graphics_">DrawCustomArea(Graphics)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DrawImage_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.C1Input.C1DropDownControl.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DrawImage.html#C1_Win_C1Input_C1DropDownControl_DrawImage_System_Drawing_Graphics_System_Drawing_Rectangle_">DrawImage(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws image in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DrawImage_System_Drawing_Graphics_System_IntPtr_System_Drawing_Rectangle_" data-uid="C1.Win.C1Input.C1DropDownControl.DrawImage(System.Drawing.Graphics,System.IntPtr,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DrawImage.html#C1_Win_C1Input_C1DropDownControl_DrawImage_System_Drawing_Graphics_System_IntPtr_System_Drawing_Rectangle_">DrawImage(Graphics, IntPtr, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws image in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_GetImageSize" data-uid="C1.Win.C1Input.C1DropDownControl.GetImageSize">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.GetImageSize.html#C1_Win_C1Input_C1DropDownControl_GetImageSize">GetImageSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns image size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnBeforeDropDownOpen_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnBeforeDropDownOpen(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnBeforeDropDownOpen.html#C1_Win_C1Input_C1DropDownControl_OnBeforeDropDownOpen_System_ComponentModel_CancelEventArgs_">OnBeforeDropDownOpen(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnButtonCursorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnButtonCursorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnButtonCursorChanged.html#C1_Win_C1Input_C1DropDownControl_OnButtonCursorChanged_System_EventArgs_">OnButtonCursorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnClick_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnClick.html#C1_Win_C1Input_C1DropDownControl_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnCreateDropDownFrom_C1_Win_C1Input_DropDownForm_" data-uid="C1.Win.C1Input.C1DropDownControl.OnCreateDropDownFrom(C1.Win.C1Input.DropDownForm)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnCreateDropDownFrom.html#C1_Win_C1Input_C1DropDownControl_OnCreateDropDownFrom_C1_Win_C1Input_DropDownForm_">OnCreateDropDownFrom(DropDownForm)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a drop down form is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnCursorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnCursorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnCursorChanged.html#C1_Win_C1Input_C1DropDownControl_OnCursorChanged_System_EventArgs_">OnCursorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnCustomButtonClick_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnCustomButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnCustomButtonClick.html#C1_Win_C1Input_C1DropDownControl_OnCustomButtonClick_System_EventArgs_">OnCustomButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownAlignChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownAlignChanged.html#C1_Win_C1Input_C1DropDownControl_OnDropDownAlignChanged_System_EventArgs_">OnDropDownAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownClosed_C1_Win_C1Input_DropDownClosedEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownClosed(C1.Win.C1Input.DropDownClosedEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownClosed.html#C1_Win_C1Input_C1DropDownControl_OnDropDownClosed_C1_Win_C1Input_DropDownClosedEventArgs_">OnDropDownClosed(DropDownClosedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownFormAlignChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownFormAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownFormAlignChanged.html#C1_Win_C1Input_C1DropDownControl_OnDropDownFormAlignChanged_System_EventArgs_">OnDropDownFormAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownOpened_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownOpened(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownOpened.html#C1_Win_C1Input_C1DropDownControl_OnDropDownOpened_System_EventArgs_">OnDropDownOpened(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownOpening_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownOpening(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownOpening.html#C1_Win_C1Input_C1DropDownControl_OnDropDownOpening_System_EventArgs_">OnDropDownOpening(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnDropDownStyleChanged" data-uid="C1.Win.C1Input.C1DropDownControl.OnDropDownStyleChanged">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnDropDownStyleChanged.html#C1_Win_C1Input_C1DropDownControl_OnDropDownStyleChanged">OnDropDownStyleChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnEnabledChanged.html#C1_Win_C1Input_C1DropDownControl_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnGotFocus_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnGotFocus.html#C1_Win_C1Input_C1DropDownControl_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnInvalidated.html#C1_Win_C1Input_C1DropDownControl_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_">OnInvalidated(InvalidateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnLostFocus_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnLostFocus.html#C1_Win_C1Input_C1DropDownControl_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnModalButtonClick_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnModalButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnModalButtonClick.html#C1_Win_C1Input_C1DropDownControl_OnModalButtonClick_System_EventArgs_">OnModalButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnMouseLeave.html#C1_Win_C1Input_C1DropDownControl_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnMouseMove.html#C1_Win_C1Input_C1DropDownControl_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnMouseWheel.html#C1_Win_C1Input_C1DropDownControl_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnReadOnlyChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnReadOnlyChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnReadOnlyChanged.html#C1_Win_C1Input_C1DropDownControl_OnReadOnlyChanged_System_EventArgs_">OnReadOnlyChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnTextChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnTextChanged.html#C1_Win_C1Input_C1DropDownControl_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnUpDownButtonClick_C1_Win_C1Input_UpDownButtonClickEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnUpDownButtonClick(C1.Win.C1Input.UpDownButtonClickEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnUpDownButtonClick.html#C1_Win_C1Input_C1DropDownControl_OnUpDownButtonClick_C1_Win_C1Input_UpDownButtonClickEventArgs_">OnUpDownButtonClick(UpDownButtonClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OnValueChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OnValueChanged.html#C1_Win_C1Input_C1DropDownControl_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_OpenDropDown" data-uid="C1.Win.C1Input.C1DropDownControl.OpenDropDown">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.OpenDropDown.html#C1_Win_C1Input_C1DropDownControl_OpenDropDown">OpenDropDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the dropdown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_PreProcessMessage_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1DropDownControl.PreProcessMessage(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.PreProcessMessage.html#C1_Win_C1Input_C1DropDownControl_PreProcessMessage_System_Windows_Forms_Message__">PreProcessMessage(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ProcessKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ProcessKeyDown.html#C1_Win_C1Input_C1DropDownControl_ProcessKeyDown_System_Windows_Forms_KeyEventArgs_">ProcessKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ProcessKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.ProcessKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ProcessKeyPress.html#C1_Win_C1Input_C1DropDownControl_ProcessKeyPress_System_Windows_Forms_KeyPressEventArgs_">ProcessKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ProcessKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1DropDownControl.ProcessKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ProcessKeyUp.html#C1_Win_C1Input_C1DropDownControl_ProcessKeyUp_System_Windows_Forms_KeyEventArgs_">ProcessKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ResetButtonCursor" data-uid="C1.Win.C1Input.C1DropDownControl.ResetButtonCursor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ResetButtonCursor.html#C1_Win_C1Input_C1DropDownControl_ResetButtonCursor">ResetButtonCursor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ResetButtonImages" data-uid="C1.Win.C1Input.C1DropDownControl.ResetButtonImages">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ResetButtonImages.html#C1_Win_C1Input_C1DropDownControl_ResetButtonImages">ResetButtonImages()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ResetDropDownFormClassName" data-uid="C1.Win.C1Input.C1DropDownControl.ResetDropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ResetDropDownFormClassName.html#C1_Win_C1Input_C1DropDownControl_ResetDropDownFormClassName">ResetDropDownFormClassName()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_SetProposedValue_System_Object_" data-uid="C1.Win.C1Input.C1DropDownControl.SetProposedValue(System.Object)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.SetProposedValue.html#C1_Win_C1Input_C1DropDownControl_SetProposedValue_System_Object_">SetProposedValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>This method works exactly as setting the Value property, except that it does not change the internal variable
storing the value before editing, so the user can press Esc and restore the previous value.
This method works only in edit  or DropDownList mode. If the control is not in edit or DropDownList mode, this methods does nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShouldDrawPlaceholder" data-uid="C1.Win.C1Input.C1DropDownControl.ShouldDrawPlaceholder">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShouldDrawPlaceholder.html#C1_Win_C1Input_C1DropDownControl_ShouldDrawPlaceholder">ShouldDrawPlaceholder()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the placeholder should be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShouldHandleEscape" data-uid="C1.Win.C1Input.C1DropDownControl.ShouldHandleEscape">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShouldHandleEscape.html#C1_Win_C1Input_C1DropDownControl_ShouldHandleEscape">ShouldHandleEscape()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShouldSerializeButtonCursor" data-uid="C1.Win.C1Input.C1DropDownControl.ShouldSerializeButtonCursor">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShouldSerializeButtonCursor.html#C1_Win_C1Input_C1DropDownControl_ShouldSerializeButtonCursor">ShouldSerializeButtonCursor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShouldSerializeButtonImages" data-uid="C1.Win.C1Input.C1DropDownControl.ShouldSerializeButtonImages">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShouldSerializeButtonImages.html#C1_Win_C1Input_C1DropDownControl_ShouldSerializeButtonImages">ShouldSerializeButtonImages()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ShouldSerializeDropDownFormClassName" data-uid="C1.Win.C1Input.C1DropDownControl.ShouldSerializeDropDownFormClassName">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ShouldSerializeDropDownFormClassName.html#C1_Win_C1Input_C1DropDownControl_ShouldSerializeDropDownFormClassName">ShouldSerializeDropDownFormClassName()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_SpinDown" data-uid="C1.Win.C1Input.C1DropDownControl.SpinDown">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.SpinDown.html#C1_Win_C1Input_C1DropDownControl_SpinDown">SpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin down action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_SpinUp" data-uid="C1.Win.C1Input.C1DropDownControl.SpinUp">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.SpinUp.html#C1_Win_C1Input_C1DropDownControl_SpinUp">SpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin up action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1DropDownControl.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.WndProc.html#C1_Win_C1Input_C1DropDownControl_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_BeforeDropDownOpen" data-uid="C1.Win.C1Input.C1DropDownControl.BeforeDropDownOpen">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.BeforeDropDownOpen.html">BeforeDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs just before the dropdown is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ButtonCursorChanged" data-uid="C1.Win.C1Input.C1DropDownControl.ButtonCursorChanged">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ButtonCursorChanged.html">ButtonCursorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event fired when the value of ButtonCursor property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_CustomButtonClick" data-uid="C1.Win.C1Input.C1DropDownControl.CustomButtonClick">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.CustomButtonClick.html">CustomButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Custom button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownAlignChanged" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownAlignChanged">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownAlignChanged.html">DropDownAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the DropDownAlign property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownClosed" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownClosed">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownClosed.html">DropDownClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the dropdown has been closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownFormAlignChanged" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownFormAlignChanged">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownFormAlignChanged.html">DropDownFormAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the DropDownFormAlign property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownOpened" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownOpened">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownOpened.html">DropDownOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the dropdown is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_DropDownOpening" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownOpening">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.DropDownOpening.html">DropDownOpening</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs just before the dropdown is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_ModalButtonClick" data-uid="C1.Win.C1Input.C1DropDownControl.ModalButtonClick">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.ModalButtonClick.html">ModalButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Modal button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1DropDownControl_UpDownButtonClick" data-uid="C1.Win.C1Input.C1DropDownControl.UpDownButtonClick">
          <a class="xref" href="C1.Win.C1Input.C1DropDownControl.UpDownButtonClick.html">UpDownButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when UpDown buttons are clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
