# C1.Win.Input.C1DropDownControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_C1DropDownControl" data-uid="C1.Win.Input.C1DropDownControl" class="text-break">C1DropDownControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents a drop-down control for custom control that hosted on drop down.</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="../C1.Win.10/C1.Framework.XViewLight.html">XViewLight</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a></div>
    <div class="level6"><a class="xref" href="C1.Win.Input.Base.C1InputHost.html">C1InputHost</a></div>
    <div class="level7"><a class="xref" href="C1.Win.Input.Base.C1DropDownControlBase.html">C1DropDownControlBase</a></div>
    <div class="level8"><a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.html">C1DropDownEditorBase</a></div>
    <div class="level9"><span class="xref">C1DropDownControl</span></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="../C1.Win.10/C1.Framework.IView.html">IView</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Framework.IDropDownOwner.html">IDropDownOwner</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUiaContainer.html">ISupportUiaContainer</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.IDropDownEditorBase.html">IDropDownEditorBase</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.IDropDownControlBase.html">IDropDownControlBase</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.ITextBoxHolder.html">ITextBoxHolder</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.Items.BaseInterfaces.IUiaExpandCollapseProvider.html">IUiaExpandCollapseProvider</a></div>
    <div><a class="xref" href="C1.Win.Input.IInputEditor.html">IInputEditor</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.IEmbeddedEditor.html">IEmbeddedEditor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_C1DropDownControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1DropDownControl), &quot;C1DropDownControl.png&quot;)]
public class C1DropDownControl : C1DropDownEditorBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IDropDownOwner, ISupportUiaContainer, IDropDownEditorBase, IDropDownControlBase, ITextBoxHolder, IUiaExpandCollapseProvider, IInputEditor, 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 C1DropDownEditorBase
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IDropDownOwner, ISupportUiaContainer, IDropDownEditorBase, IDropDownControlBase, ITextBoxHolder, IUiaExpandCollapseProvider, IInputEditor, 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_Input_C1DropDownControl__ctor" data-uid="C1.Win.Input.C1DropDownControl.#ctor">
          <a class="xref" href="C1.Win.Input.C1DropDownControl.-ctor.html#C1_Win_Input_C1DropDownControl__ctor">C1DropDownControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.C1DropDownControl.html">C1DropDownControl</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_Win_Input_C1DropDownControl_Control" data-uid="C1.Win.Input.C1DropDownControl.Control">
          <a class="xref" href="C1.Win.Input.C1DropDownControl.Control.html#C1_Win_Input_C1DropDownControl_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the control that hosted on drop down form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_C1DropDownControl_Styles" data-uid="C1.Win.Input.C1DropDownControl.Styles">
          <a class="xref" href="C1.Win.Input.C1DropDownControl.Styles.html#C1_Win_Input_C1DropDownControl_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Input.C1DropDownControl.html">C1DropDownControl</a> styles.</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_Input_C1DropDownControl_CreateDropDownForm" data-uid="C1.Win.Input.C1DropDownControl.CreateDropDownForm">
          <a class="xref" href="C1.Win.Input.C1DropDownControl.CreateDropDownForm.html#C1_Win_Input_C1DropDownControl_CreateDropDownForm">CreateDropDownForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the drop down form.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
