# C1.Win.Input.Base.Views.DropDownControlViewBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_DropDownControlViewBase" data-uid="C1.Win.Input.Base.Views.DropDownControlViewBase" class="text-break">DropDownControlViewBase Class
</h1>
  <div class="markdown level0 summary"><p>Implements the view for 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="../C1.Win.10/C1.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="../C1.Win.10/C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><a class="xref" href="../C1.Win.10/C1.Framework.DockPanel.html">DockPanel</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Input.Base.Views.InputPanel.html">InputPanel</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Input.Base.Views.InputEditorViewBase.html">InputEditorViewBase</a></div>
    <div class="level6"><span class="xref">DropDownControlViewBase</span></div>
      <div class="level7"><a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.html">DropDownEditorViewBase</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.Views.IDropDownControlViewBase.html">IDropDownControlViewBase</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.html">IInputEditorViewBase</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUiaContainer.html">ISupportUiaContainer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Base.Views.html">C1.Win.Input.Base.Views</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Base_Views_DropDownControlViewBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DropDownControlViewBase : InputEditorViewBase, ISupportUia, IDisposable, IDropDownControlViewBase, IInputEditorViewBase, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DropDownControlViewBase
    Inherits InputEditorViewBase
    Implements ISupportUia, IDisposable, IDropDownControlViewBase, IInputEditorViewBase, 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_Win_Input_Base_Views_DropDownControlViewBase__ctor_C1_Win_Input_ButtonsSettings_" data-uid="C1.Win.Input.Base.Views.DropDownControlViewBase.#ctor(C1.Win.Input.ButtonsSettings)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.-ctor.html#C1_Win_Input_Base_Views_DropDownControlViewBase__ctor_C1_Win_Input_ButtonsSettings_">DropDownControlViewBase(ButtonsSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.html">DropDownControlViewBase</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_Base_Views_DropDownControlViewBase_IsDroppedDown" data-uid="C1.Win.Input.Base.Views.DropDownControlViewBase.IsDroppedDown">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.IsDroppedDown.html#C1_Win_Input_Base_Views_DropDownControlViewBase_IsDroppedDown">IsDroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the dropdown is currently open.</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_Base_Views_DropDownControlViewBase_GetActualStyle_System_String_" data-uid="C1.Win.Input.Base.Views.DropDownControlViewBase.GetActualStyle(System.String)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.GetActualStyle.html#C1_Win_Input_Base_Views_DropDownControlViewBase_GetActualStyle_System_String_">GetActualStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a actual style for current state of elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownControlViewBase_GetActualStyle_System_String_C1_Framework_Element_" data-uid="C1.Win.Input.Base.Views.DropDownControlViewBase.GetActualStyle(System.String,C1.Framework.Element)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.GetActualStyle.html#C1_Win_Input_Base_Views_DropDownControlViewBase_GetActualStyle_System_String_C1_Framework_Element_">GetActualStyle(string, Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a actual style for current state of target element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
