# C1.Win.Input.Base.Views.DropDownEditorViewBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_DropDownEditorViewBase" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase" class="text-break">DropDownEditorViewBase Class
</h1>
  <div class="markdown level0 summary"><p>Implements the view for drop down control with text box editor.</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"><a class="xref" href="C1.Win.Input.Base.Views.DropDownControlViewBase.html">DropDownControlViewBase</a></div>
    <div class="level7"><span class="xref">DropDownEditorViewBase</span></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.IDropDownEditorViewBase.html">IDropDownEditorViewBase</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.ITextBoxBaseView.html">ITextBoxBaseView</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_DropDownEditorViewBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownEditorViewBase : DropDownControlViewBase, ISupportUia, IDisposable, IDropDownEditorViewBase, IDropDownControlViewBase, ITextBoxBaseView, IInputEditorViewBase, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownEditorViewBase
    Inherits DropDownControlViewBase
    Implements ISupportUia, IDisposable, IDropDownEditorViewBase, IDropDownControlViewBase, ITextBoxBaseView, 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_DropDownEditorViewBase__ctor_C1_Win_Input_ButtonsSettings_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.#ctor(C1.Win.Input.ButtonsSettings)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.-ctor.html#C1_Win_Input_Base_Views_DropDownEditorViewBase__ctor_C1_Win_Input_ButtonsSettings_">DropDownEditorViewBase(ButtonsSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.html">DropDownEditorViewBase</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_DropDownEditorViewBase_BorderStyle" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.BorderStyle">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.BorderStyle.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border type of the text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_MarkEmpty" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.MarkEmpty">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.MarkEmpty.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_MarkEmpty">MarkEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates need draws a red dotted line if Value is empty or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_ReadOnly" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.ReadOnly">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.ReadOnly.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text in the text box is read-only.</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_DropDownEditorViewBase_ApplyStyle_C1_Win_Themes_BaseStyle_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.ApplyStyle(C1.Win.Themes.BaseStyle)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.ApplyStyle.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_ApplyStyle_C1_Win_Themes_BaseStyle_">ApplyStyle(BaseStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to this view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_CreateUiaEdit_C1_Win_Accessibility_UiaItem_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.CreateUiaEdit(C1.Win.Accessibility.UiaItem)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.CreateUiaEdit.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_CreateUiaEdit_C1_Win_Accessibility_UiaItem_">CreateUiaEdit(UiaItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the <a class="xref" href="../C1.Win.10/C1.Win.Accessibility.Items.UiaEdit.html">UiaEdit</a> element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_GetActualStyle_System_String_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetActualStyle(System.String)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetActualStyle.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_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_DropDownEditorViewBase_GetEditorElement" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetEditorElement">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetEditorElement.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_GetEditorElement">GetEditorElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_GetTextBox" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetTextBox">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.GetTextBox.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_GetTextBox">GetTextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a> control for this view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_Render_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.Render(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.Render.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_Render_System_Drawing_Graphics_System_Drawing_Rectangle_">Render(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the element into a given rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_DropDownEditorViewBase_UpdateStyle_C1_Framework_DynamicStyle_C1_Framework_Element_" data-uid="C1.Win.Input.Base.Views.DropDownEditorViewBase.UpdateStyle(C1.Framework.DynamicStyle,C1.Framework.Element)">
          <a class="xref" href="C1.Win.Input.Base.Views.DropDownEditorViewBase.UpdateStyle.html#C1_Win_Input_Base_Views_DropDownEditorViewBase_UpdateStyle_C1_Framework_DynamicStyle_C1_Framework_Element_">UpdateStyle(DynamicStyle, Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates a dinamic style of <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
