# C1.Win.Input.Base.C1DropDownEditorBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_C1DropDownEditorBase" data-uid="C1.Win.Input.Base.C1DropDownEditorBase" class="text-break">C1DropDownEditorBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents a base drop-down control with text 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="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"><span class="xref">C1DropDownEditorBase</span></div>
      <div class="level9"><a class="xref" href="C1.Win.Input.C1ComboBox.html">C1ComboBox</a></div>
      <div class="level9"><a class="xref" href="C1.Win.Input.C1DropDownControl.html">C1DropDownControl</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="../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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Base.html">C1.Win.Input.Base</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Base_C1DropDownEditorBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1DropDownEditorBase : C1DropDownControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IDropDownOwner, ISupportUiaContainer, IDropDownEditorBase, IDropDownControlBase, ITextBoxHolder, IUiaExpandCollapseProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1DropDownEditorBase
    Inherits C1DropDownControlBase
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IDropDownOwner, ISupportUiaContainer, IDropDownEditorBase, IDropDownControlBase, ITextBoxHolder, IUiaExpandCollapseProvider</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_C1DropDownEditorBase__ctor_C1_Win_Themes_BaseThemeProvider_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.#ctor(C1.Win.Themes.BaseThemeProvider)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.-ctor.html#C1_Win_Input_Base_C1DropDownEditorBase__ctor_C1_Win_Themes_BaseThemeProvider_">C1DropDownEditorBase(BaseThemeProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.html">C1DropDownEditorBase</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_C1DropDownEditorBase_AcceptsEscape" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape.html#C1_Win_Input_Base_C1DropDownEditorBase_AcceptsEscape">AcceptsEscape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteCustomSource">AutoCompleteCustomSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.stringcollection">StringCollection</a> to use when
the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteSource.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteSource">AutoCompleteSource</a> property is set to CustomSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteMode" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteMode">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteMode.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an option that controls how automatic completion works for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteSource" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteSource">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteSource.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteSource">AutoCompleteSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the source of complete strings used for automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_BorderStyle" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.BorderStyle">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.BorderStyle.html#C1_Win_Input_Base_C1DropDownEditorBase_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_C1DropDownEditorBase_CanUndo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CanUndo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CanUndo.html#C1_Win_Input_Base_C1DropDownEditorBase_CanUndo">CanUndo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the user can undo the previous operation in a drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CaseSensitive" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CaseSensitive">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CaseSensitive.html#C1_Win_Input_Base_C1DropDownEditorBase_CaseSensitive">CaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether string comparisons are case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CharacterCasing" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CharacterCasing">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CharacterCasing.html#C1_Win_Input_Base_C1DropDownEditorBase_CharacterCasing">CharacterCasing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the drop down control modifies the case of characters as they are typed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Command" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Command">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Command.html#C1_Win_Input_Base_C1DropDownEditorBase_Command">Command</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> whose <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand.execute">Execute(object)</a>
method will be called when the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnDropDownClosed.html#C1_Win_Input_Base_C1DropDownEditorBase_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a> event gets invoked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CommandParameter" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CommandParameter">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CommandParameter.html#C1_Win_Input_Base_C1DropDownEditorBase_CommandParameter">CommandParameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parameter to pass to the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Command.html#C1_Win_Input_Base_C1DropDownEditorBase_Command">Command</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CultureInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CultureInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CultureInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current CultureInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CustomFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CustomFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CustomFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets custom format specified used if <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.FormatType.html#C1_Win_Input_Base_C1TextBoxBase_FormatType">FormatType</a> property is <a class="xref" href="C1.Win.Input.FormatType.html#C1_Win_Input_FormatType_CustomFormat">CustomFormat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DataMember" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataMember">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataMember.html#C1_Win_Input_Base_C1DropDownEditorBase_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the member of the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DataSource" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataSource">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataSource.html#C1_Win_Input_Base_C1DropDownEditorBase_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DataType" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataType">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataType.html#C1_Win_Input_Base_C1DropDownEditorBase_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Value.html#C1_Win_Input_Base_C1DropDownEditorBase_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DisableOnNoData" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DisableOnNoData">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DisableOnNoData.html#C1_Win_Input_Base_C1DropDownEditorBase_DisableOnNoData">DisableOnNoData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DisplayFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DisplayFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_DisplayFormat">DisplayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Format used to display the value when the control is in display mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DropDownStyle" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DropDownStyle">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DropDownStyle.html#C1_Win_Input_Base_C1DropDownEditorBase_DropDownStyle">DropDownStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_EditFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.EditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.EditFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_EditFormat">EditFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Format used to display the value when the control is in edit mode (has input focus and is not read-only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_EmptyAsNull" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.EmptyAsNull">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.EmptyAsNull.html#C1_Win_Input_Base_C1DropDownEditorBase_EmptyAsNull">EmptyAsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether empty strings are interpreted as null values (<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull">DBNull</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ErrorInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ErrorInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ErrorInfo">ErrorInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a settings affecting error handling in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ExitOnLeftRightKey" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ExitOnLeftRightKey">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ExitOnLeftRightKey.html#C1_Win_Input_Base_C1DropDownEditorBase_ExitOnLeftRightKey">ExitOnLeftRightKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the focus automatically moves to the previous or next control in the tab order when pressing the left or right arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_FloatingPlaceholderEnabled" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.FloatingPlaceholderEnabled">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.FloatingPlaceholderEnabled.html#C1_Win_Input_Base_C1DropDownEditorBase_FloatingPlaceholderEnabled">FloatingPlaceholderEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the floating placeholder is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_FormatType" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.FormatType">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.FormatType.html#C1_Win_Input_Base_C1DropDownEditorBase_FormatType">FormatType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_HideSelection" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.HideSelection">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.HideSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_HideSelection">HideSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the selected text in the drop down control
remains highlighted when the control loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_InitialSelection" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.InitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.InitialSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_InitialSelection">InitialSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value determines the selection position when a control receives input focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_MarkEmpty" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.MarkEmpty">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.MarkEmpty.html#C1_Win_Input_Base_C1DropDownEditorBase_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_C1DropDownEditorBase_MaxLength" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.MaxLength">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.MaxLength.html#C1_Win_Input_Base_C1DropDownEditorBase_MaxLength">MaxLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of characters the user can type or paste into the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_MaxLengthUnit" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.MaxLengthUnit">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.MaxLengthUnit.html#C1_Win_Input_Base_C1DropDownEditorBase_MaxLengthUnit">MaxLengthUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_NullText" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.NullText">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.NullText.html#C1_Win_Input_Base_C1DropDownEditorBase_NullText">NullText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets string representing a DBNull value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ParseInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ParseInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ParseInfo">ParseInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a settings affecting parsing, that is, converting the string entered by the user to the data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PasswordChar" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PasswordChar">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PasswordChar.html#C1_Win_Input_Base_C1DropDownEditorBase_PasswordChar">PasswordChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used to mask characters of a password in a single-line drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Placeholder" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Placeholder">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Placeholder.html#C1_Win_Input_Base_C1DropDownEditorBase_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual place holder, that is displayed by drop down control to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PostValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PostValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_PostValidation">PostValidation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PreValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PreValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_PreValidation">PreValidation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ReadOnly" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ReadOnly">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ReadOnly.html#C1_Win_Input_Base_C1DropDownEditorBase_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text in the edit control can be changed or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_SelectedText" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.SelectedText">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.SelectedText.html#C1_Win_Input_Base_C1DropDownEditorBase_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the currently selected text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_SelectionLength" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.SelectionLength">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.SelectionLength.html#C1_Win_Input_Base_C1DropDownEditorBase_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters selected in the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_SelectionStart" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.SelectionStart">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.SelectionStart.html#C1_Win_Input_Base_C1DropDownEditorBase_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting point of text selected in the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShortcutsEnabled" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShortcutsEnabled">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShortcutsEnabled.html#C1_Win_Input_Base_C1DropDownEditorBase_ShortcutsEnabled">ShortcutsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the defined shortcuts are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Text" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Text">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Text.html#C1_Win_Input_Base_C1DropDownEditorBase_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_TextAlign" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.TextAlign">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TextAlign.html#C1_Win_Input_Base_C1DropDownEditorBase_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in a drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_TextLength" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.TextLength">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TextLength.html#C1_Win_Input_Base_C1DropDownEditorBase_TextLength">TextLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_TrimEnd" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.TrimEnd">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TrimEnd.html#C1_Win_Input_Base_C1DropDownEditorBase_TrimEnd">TrimEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether trailing spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_TrimStart" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.TrimStart">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TrimStart.html#C1_Win_Input_Base_C1DropDownEditorBase_TrimStart">TrimStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether leading spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_UseSystemPasswordChar" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.UseSystemPasswordChar">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.UseSystemPasswordChar.html#C1_Win_Input_Base_C1DropDownEditorBase_UseSystemPasswordChar">UseSystemPasswordChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text in the drop down control should appear as the default password character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Value" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Value">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Value.html#C1_Win_Input_Base_C1DropDownEditorBase_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataType.html#C1_Win_Input_Base_C1DropDownEditorBase_DataType">DataType</a> representation of the visual information contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_VerticalAlign" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlign">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlign.html#C1_Win_Input_Base_C1DropDownEditorBase_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the content in the control.</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_C1DropDownEditorBase_BeginInit" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.BeginInit">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.BeginInit.html#C1_Win_Input_Base_C1DropDownEditorBase_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is starting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CheckValidationResult_C1_Win_Input_ErrorReason_System_Object__C1_Win_Input_Validation_ErrorInfo_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CheckValidationResult(C1.Win.Input.ErrorReason,System.Object@,C1.Win.Input.Validation.ErrorInfo)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CheckValidationResult.html#C1_Win_Input_Base_C1DropDownEditorBase_CheckValidationResult_C1_Win_Input_ErrorReason_System_Object__C1_Win_Input_Validation_ErrorInfo_">CheckValidationResult(ErrorReason, ref object, ErrorInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks the result of the ParseContent method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_CreateUiaItem_C1_Win_Accessibility_UiaItem_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.CreateUiaItem(C1.Win.Accessibility.UiaItem)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.CreateUiaItem.html#C1_Win_Input_Base_C1DropDownEditorBase_CreateUiaItem_C1_Win_Accessibility_UiaItem_">CreateUiaItem(UiaItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates UI Automation object of this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_DisposeHostedControl" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DisposeHostedControl">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DisposeHostedControl.html#C1_Win_Input_Base_C1DropDownEditorBase_DisposeHostedControl">DisposeHostedControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the <a class="xref" href="C1.Win.Input.Base.C1InputHost.HostedControl.html#C1_Win_Input_Base_C1InputHost_HostedControl">HostedControl</a> and unsubscribe from event handlers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_EndInit" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.EndInit">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.EndInit.html#C1_Win_Input_Base_C1DropDownEditorBase_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_InitilizeView_C1_Win_Input_Base_Views_IDropDownControlViewBase_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.InitilizeView(C1.Win.Input.Base.Views.IDropDownControlViewBase)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.InitilizeView.html#C1_Win_Input_Base_C1DropDownEditorBase_InitilizeView_C1_Win_Input_Base_Views_IDropDownControlViewBase_">InitilizeView(IDropDownControlViewBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a view of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.html">C1DropDownEditorBase</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_InternalWndProc_System_Windows_Forms_Message__" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.InternalWndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.InternalWndProc.html#C1_Win_Input_Base_C1DropDownEditorBase_InternalWndProc_System_Windows_Forms_Message__">InternalWndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>The edits window procedure of internal text editor. Inheriting classes can override this to add extra functionality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnDataTypeChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnDataTypeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnDataTypeChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnDataTypeChanged_System_EventArgs_">OnDataTypeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataTypeChanged.html">DataTypeChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnDropDownClosed_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnDropDownClosed.html#C1_Win_Input_Base_C1DropDownEditorBase_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownControlBase.DropDownClosed.html">DropDownClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnEnabledChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enabledchanged">EnabledChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnFormatError_C1_Win_Input_Formating_FormatErrorEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnFormatError(C1.Win.Input.Formating.FormatErrorEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnFormatError.html#C1_Win_Input_Base_C1DropDownEditorBase_OnFormatError_C1_Win_Input_Formating_FormatErrorEventArgs_">OnFormatError(FormatErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.FormatError.html">FormatError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnFormatting_C1_Win_Input_Formating_FormatEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnFormatting(C1.Win.Input.Formating.FormatEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnFormatting.html#C1_Win_Input_Base_C1DropDownEditorBase_OnFormatting_C1_Win_Input_Formating_FormatEventArgs_">OnFormatting(FormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Formatting.html">Formatting</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnHideSelectionChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnHideSelectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnHideSelectionChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnHideSelectionChanged_System_EventArgs_">OnHideSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.HideSelectionChanged.html">HideSelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnKeyDown.html#C1_Win_Input_Base_C1DropDownEditorBase_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keydown">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnParsed_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnParsed(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnParsed.html#C1_Win_Input_Base_C1DropDownEditorBase_OnParsed_C1_Win_Input_ParseEventArgs_">OnParsed(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Parsed.html">Parsed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnParsing_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnParsing(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnParsing.html#C1_Win_Input_Base_C1DropDownEditorBase_OnParsing_C1_Win_Input_ParseEventArgs_">OnParsing(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Parsing.html">Parsing</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnPostValidated_C1_Win_Input_PostValidationEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnPostValidated(C1.Win.Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnPostValidated.html#C1_Win_Input_Base_C1DropDownEditorBase_OnPostValidated_C1_Win_Input_PostValidationEventArgs_">OnPostValidated(PostValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PostValidated.html">PostValidated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnPostValidating_C1_Win_Input_PostValidationEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnPostValidating(C1.Win.Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnPostValidating.html#C1_Win_Input_Base_C1DropDownEditorBase_OnPostValidating_C1_Win_Input_PostValidationEventArgs_">OnPostValidating(PostValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PostValidating.html">PostValidating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnPreValidated_C1_Win_Input_PreValidationEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnPreValidated(C1.Win.Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnPreValidated.html#C1_Win_Input_Base_C1DropDownEditorBase_OnPreValidated_C1_Win_Input_PreValidationEventArgs_">OnPreValidated(PreValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PreValidated.html">PreValidated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnPreValidating_C1_Win_Input_PreValidationEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnPreValidating(C1.Win.Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnPreValidating.html#C1_Win_Input_Base_C1DropDownEditorBase_OnPreValidating_C1_Win_Input_PreValidationEventArgs_">OnPreValidating(PreValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PreValidating.html">PreValidating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnTabIndexChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnTabIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnTabIndexChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnTabIndexChanged_System_EventArgs_">OnTabIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnTextAlignChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnTextAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnTextAlignChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnTextAlignChanged_System_EventArgs_">OnTextAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TextAlignChanged.html">TextAlignChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnValidationError_C1_Win_Input_ValidationErrorEventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnValidationError(C1.Win.Input.ValidationErrorEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnValidationError.html#C1_Win_Input_Base_C1DropDownEditorBase_OnValidationError_C1_Win_Input_ValidationErrorEventArgs_">OnValidationError(ValidationErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ValidationError.html">ValidationError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnValueChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnVerticalAlignChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnVerticalAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnVerticalAlignChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnVerticalAlignChanged_System_EventArgs_">OnVerticalAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlignChanged.html">VerticalAlignChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.OnVisibleChanged.html#C1_Win_Input_Base_C1DropDownEditorBase_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ParseContent_System_Object__C1_Win_Input_Validation_ErrorInfo_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ParseContent(System.Object@,C1.Win.Input.Validation.ErrorInfo)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ParseContent.html#C1_Win_Input_Base_C1DropDownEditorBase_ParseContent_System_Object__C1_Win_Input_Validation_ErrorInfo_">ParseContent(out object, ErrorInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the Text string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetAutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetAutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetAutoCompleteCustomSource.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetAutoCompleteCustomSource">ResetAutoCompleteCustomSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteCustomSource">AutoCompleteCustomSource</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetDisplayFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetDisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetDisplayFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetDisplayFormat">ResetDisplayFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the DisplayFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetEditFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetEditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetEditFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetEditFormat">ResetEditFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the EditFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetErrorInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetErrorInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetErrorInfo">ResetErrorInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the ErrorInfo property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetInitialSelection" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetInitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetInitialSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetInitialSelection">ResetInitialSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.InitialSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_InitialSelection">InitialSelection</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetParseInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetParseInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetParseInfo">ResetParseInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the ParseInfo property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetPostValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetPostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetPostValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetPostValidation">ResetPostValidation()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the PostValidation property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetPreValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetPreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetPreValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetPreValidation">ResetPreValidation()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the PreValidation property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ResetValue" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ResetValue">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ResetValue.html#C1_Win_Input_Base_C1DropDownEditorBase_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the Value property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Select_System_Int32_System_Int32_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Select.html#C1_Win_Input_Base_C1DropDownEditorBase_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a range of text in the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_SelectAll" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.SelectAll">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.SelectAll.html#C1_Win_Input_Base_C1DropDownEditorBase_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all text in the drop down control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_SetHostedControl_System_Windows_Forms_Control_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.SetHostedControl(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.SetHostedControl.html#C1_Win_Input_Base_C1DropDownEditorBase_SetHostedControl_System_Windows_Forms_Control_">SetHostedControl(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.Input.Base.C1InputHost.HostedControl.html#C1_Win_Input_Base_C1InputHost_HostedControl">HostedControl</a> and subscribe to event handlers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeAutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeAutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeAutoCompleteCustomSource.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeAutoCompleteCustomSource">ShouldSerializeAutoCompleteCustomSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1DropDownEditorBase_AutoCompleteCustomSource">AutoCompleteCustomSource</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeDisplayFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeDisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeDisplayFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeDisplayFormat">ShouldSerializeDisplayFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the DisplayFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeEditFormat" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeEditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeEditFormat.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeEditFormat">ShouldSerializeEditFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the EditFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeErrorInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeErrorInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeErrorInfo">ShouldSerializeErrorInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the ErrorInfo property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeInitialSelection" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeInitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeInitialSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeInitialSelection">ShouldSerializeInitialSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.InitialSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_InitialSelection">InitialSelection</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeParseInfo" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeParseInfo.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeParseInfo">ShouldSerializeParseInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the ParseInfo property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializePostValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializePostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializePostValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializePostValidation">ShouldSerializePostValidation()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the PostValidation property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializePreValidation" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializePreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializePreValidation.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializePreValidation">ShouldSerializePreValidation()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the PreValidation property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeValue" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeValue">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ShouldSerializeValue.html#C1_Win_Input_Base_C1DropDownEditorBase_ShouldSerializeValue">ShouldSerializeValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the Value property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_UpdateValueWithCurrentText" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.UpdateValueWithCurrentText">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.UpdateValueWithCurrentText.html#C1_Win_Input_Base_C1DropDownEditorBase_UpdateValueWithCurrentText">UpdateValueWithCurrentText()</a>
        </td>
        <td class="markdown level1 summary"><p>Triggers parsing of the Text property and updating the Value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ValidateText" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ValidateText">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ValidateText.html#C1_Win_Input_Base_C1DropDownEditorBase_ValidateText">ValidateText()</a>
        </td>
        <td class="markdown level1 summary"><p>Validates current Text property in the same manner as it usually validated after the control loses focus.</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_Input_Base_C1DropDownEditorBase_DataTypeChanged" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.DataTypeChanged">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataTypeChanged.html">DataTypeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.DataType.html#C1_Win_Input_Base_C1DropDownEditorBase_DataType">DataType</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_FormatError" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.FormatError">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.FormatError.html">FormatError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the control receives data that cannot be formatted according to the current format and edit mask settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Formatting" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Formatting">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Formatting.html">Formatting</a>
        </td>
        <td class="markdown level1 summary"><p>Formatting the value programmatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_HideSelectionChanged" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.HideSelectionChanged">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.HideSelectionChanged.html">HideSelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.HideSelection.html#C1_Win_Input_Base_C1DropDownEditorBase_HideSelection">HideSelection</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Parsed" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Parsed">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Parsed.html">Parsed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the input string value has been converted to the DataType.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_Parsing" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.Parsing">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Parsing.html">Parsing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the input string is parsed programmatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PostValidated" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PostValidated">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PostValidated.html">PostValidated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the typed value has been validated</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PostValidating" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PostValidating">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PostValidating.html">PostValidating</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when programmatic typed value validating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PreValidated" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PreValidated">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PreValidated.html">PreValidated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the input string value has been validated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_PreValidating" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.PreValidating">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.PreValidating.html">PreValidating</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when programmatic input string validating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_TextAlignChanged" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.TextAlignChanged">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TextAlignChanged.html">TextAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.TextAlign.html#C1_Win_Input_Base_C1DropDownEditorBase_TextAlign">TextAlign</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ValidationError" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ValidationError">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ValidationError.html">ValidationError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when parsing or validating the input string fails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_ValueChanged" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.ValueChanged">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Value.html#C1_Win_Input_Base_C1DropDownEditorBase_Value">Value</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1DropDownEditorBase_VerticalAlignChanged" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlignChanged">
          <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlignChanged.html">VerticalAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.VerticalAlign.html#C1_Win_Input_Base_C1DropDownEditorBase_VerticalAlign">VerticalAlign</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
