# C1.Win.Input.Base.C1TextBoxBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_C1TextBoxBase" data-uid="C1.Win.Input.Base.C1TextBoxBase" class="text-break">C1TextBoxBase Class
</h1>
  <div class="markdown level0 summary"><p>Implements the basic functionality of the textbox 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="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"><span class="xref">C1TextBoxBase</span></div>
      <div class="level8"><a class="xref" href="C1.Win.Input.C1MaskedTextBox.html">C1MaskedTextBox</a></div>
      <div class="level8"><a class="xref" href="C1.Win.Input.C1NumericEdit.html">C1NumericEdit</a></div>
      <div class="level8"><a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</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.Input.Base.ITextBoxBase.html">ITextBoxBase</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.ITextBoxHolder.html">ITextBoxHolder</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_C1TextBoxBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1TextBoxBase : C1InputHost, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, ITextBoxHolder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1TextBoxBase
    Inherits C1InputHost
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, ITextBoxHolder</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_C1TextBoxBase__ctor_C1_Win_Themes_BaseThemeProvider_" data-uid="C1.Win.Input.Base.C1TextBoxBase.#ctor(C1.Win.Themes.BaseThemeProvider)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.-ctor.html#C1_Win_Input_Base_C1TextBoxBase__ctor_C1_Win_Themes_BaseThemeProvider_">C1TextBoxBase(BaseThemeProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.html">C1TextBoxBase</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_C1TextBoxBase_AcceptsEscape" data-uid="C1.Win.Input.Base.C1TextBoxBase.AcceptsEscape">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsEscape.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_AcceptsReturn" data-uid="C1.Win.Input.Base.C1TextBoxBase.AcceptsReturn">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsReturn.html#C1_Win_Input_Base_C1TextBoxBase_AcceptsReturn">AcceptsReturn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether pressing ENTER in a multiline <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a>
control creates a new line of text in the control or activates the default button
for the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_AcceptsTab" data-uid="C1.Win.Input.Base.C1TextBoxBase.AcceptsTab">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsTab.html#C1_Win_Input_Base_C1TextBoxBase_AcceptsTab">AcceptsTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether pressing the TAB key in a multiline text
box control types a TAB character in the control instead of moving the focus
to the next control in the tab order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_AutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.AutoCompleteSource.html#C1_Win_Input_Base_C1TextBoxBase_AutoCompleteSource">AutoCompleteSource</a> property is set to CustomSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_AutoCompleteMode" data-uid="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteMode">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteMode.html#C1_Win_Input_Base_C1TextBoxBase_AutoCompleteMode">AutoCompleteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an option that controls how automatic completion works for the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_AutoCompleteSource" data-uid="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteSource">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteSource.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_AutoSize" data-uid="C1.Win.Input.Base.C1TextBoxBase.AutoSize">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AutoSize.html#C1_Win_Input_Base_C1TextBoxBase_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_BackColor" data-uid="C1.Win.Input.Base.C1TextBoxBase.BackColor">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.BackColor.html#C1_Win_Input_Base_C1TextBoxBase_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_BorderStyle" data-uid="C1.Win.Input.Base.C1TextBoxBase.BorderStyle">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.BorderStyle.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ButtonsSettings" data-uid="C1.Win.Input.Base.C1TextBoxBase.ButtonsSettings">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ButtonsSettings.html#C1_Win_Input_Base_C1TextBoxBase_ButtonsSettings">ButtonsSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the properties of buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CanUndo" data-uid="C1.Win.Input.Base.C1TextBoxBase.CanUndo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CanUndo.html#C1_Win_Input_Base_C1TextBoxBase_CanUndo">CanUndo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the user can undo the previous operation in a
text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CaseSensitive" data-uid="C1.Win.Input.Base.C1TextBoxBase.CaseSensitive">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CaseSensitive.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_CharCategories" data-uid="C1.Win.Input.Base.C1TextBoxBase.CharCategories">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CharCategories.html#C1_Win_Input_Base_C1TextBoxBase_CharCategories">CharCategories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rules to filter keyboard input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CharacterCasing" data-uid="C1.Win.Input.Base.C1TextBoxBase.CharacterCasing">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CharacterCasing.html#C1_Win_Input_Base_C1TextBoxBase_CharacterCasing">CharacterCasing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control modifies the case of characters as they are typed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Command" data-uid="C1.Win.Input.Base.C1TextBoxBase.Command">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Command.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.OnTextChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a> event gets invoked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CommandParameter" data-uid="C1.Win.Input.Base.C1TextBoxBase.CommandParameter">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CommandParameter.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.Command.html#C1_Win_Input_Base_C1TextBoxBase_Command">Command</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CultureInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.CultureInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CultureInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_CustomFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.CustomFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CustomFormat.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_DataMember" data-uid="C1.Win.Input.Base.C1TextBoxBase.DataMember">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataMember.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_DataSource" data-uid="C1.Win.Input.Base.C1TextBoxBase.DataSource">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataSource.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_DataType" data-uid="C1.Win.Input.Base.C1TextBoxBase.DataType">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataType.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.Value.html#C1_Win_Input_Base_C1TextBoxBase_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DefaultIconSize" data-uid="C1.Win.Input.Base.C1TextBoxBase.DefaultIconSize">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DefaultIconSize.html#C1_Win_Input_Base_C1TextBoxBase_DefaultIconSize">DefaultIconSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default icon size of control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DisableOnNoData" data-uid="C1.Win.Input.Base.C1TextBoxBase.DisableOnNoData">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DisableOnNoData.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_DisplayFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.DisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DisplayFormat.html#C1_Win_Input_Base_C1TextBoxBase_DisplayFormat">DisplayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the format used to display the value when the control is in display mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_EditFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.EditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.EditFormat.html#C1_Win_Input_Base_C1TextBoxBase_EditFormat">EditFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 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_C1TextBoxBase_EmptyAsNull" data-uid="C1.Win.Input.Base.C1TextBoxBase.EmptyAsNull">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.EmptyAsNull.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ErrorInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ErrorInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ExitOnLeftRightKey" data-uid="C1.Win.Input.Base.C1TextBoxBase.ExitOnLeftRightKey">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ExitOnLeftRightKey.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ExtraIcons" data-uid="C1.Win.Input.Base.C1TextBoxBase.ExtraIcons">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ExtraIcons.html#C1_Win_Input_Base_C1TextBoxBase_ExtraIcons">ExtraIcons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection with additional input editor icons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_FloatingPlaceholderEnabled" data-uid="C1.Win.Input.Base.C1TextBoxBase.FloatingPlaceholderEnabled">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.FloatingPlaceholderEnabled.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ForeColor" data-uid="C1.Win.Input.Base.C1TextBoxBase.ForeColor">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ForeColor.html#C1_Win_Input_Base_C1TextBoxBase_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_FormatType" data-uid="C1.Win.Input.Base.C1TextBoxBase.FormatType">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.FormatType.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_HideSelection" data-uid="C1.Win.Input.Base.C1TextBoxBase.HideSelection">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.HideSelection.html#C1_Win_Input_Base_C1TextBoxBase_HideSelection">HideSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the selected text in the text box control
remains highlighted when the control loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Icon" data-uid="C1.Win.Input.Base.C1TextBoxBase.Icon">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Icon.html#C1_Win_Input_Base_C1TextBoxBase_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Win.10/C1.Framework.C1Icon.html">C1Icon</a> that is displayed on a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Image" data-uid="C1.Win.Input.Base.C1TextBoxBase.Image">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Image.html#C1_Win_Input_Base_C1TextBoxBase_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ImageAlign" data-uid="C1.Win.Input.Base.C1TextBoxBase.ImageAlign">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ImageAlign.html#C1_Win_Input_Base_C1TextBoxBase_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ImageIndex" data-uid="C1.Win.Input.Base.C1TextBoxBase.ImageIndex">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ImageIndex.html#C1_Win_Input_Base_C1TextBoxBase_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list index value of the image displayed on the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ImageKey" data-uid="C1.Win.Input.Base.C1TextBoxBase.ImageKey">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ImageKey.html#C1_Win_Input_Base_C1TextBoxBase_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key accessor for the image in the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ImageList.html#C1_Win_Input_Base_C1TextBoxBase_ImageList">ImageList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ImageList" data-uid="C1.Win.Input.Base.C1TextBoxBase.ImageList">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ImageList.html#C1_Win_Input_Base_C1TextBoxBase_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imagelist">ImageList</a> that contains the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> displayed on a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_InitialSelection" data-uid="C1.Win.Input.Base.C1TextBoxBase.InitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.InitialSelection.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Lines" data-uid="C1.Win.Input.Base.C1TextBoxBase.Lines">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Lines.html#C1_Win_Input_Base_C1TextBoxBase_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the lines of text in a text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_MarkEmpty" data-uid="C1.Win.Input.Base.C1TextBoxBase.MarkEmpty">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MarkEmpty.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_MaxLength" data-uid="C1.Win.Input.Base.C1TextBoxBase.MaxLength">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MaxLength.html#C1_Win_Input_Base_C1TextBoxBase_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 text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_MaxLengthUnit" data-uid="C1.Win.Input.Base.C1TextBoxBase.MaxLengthUnit">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MaxLengthUnit.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_MaxLineCount" data-uid="C1.Win.Input.Base.C1TextBoxBase.MaxLineCount">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MaxLineCount.html#C1_Win_Input_Base_C1TextBoxBase_MaxLineCount">MaxLineCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Modified" data-uid="C1.Win.Input.Base.C1TextBoxBase.Modified">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Modified.html#C1_Win_Input_Base_C1TextBoxBase_Modified">Modified</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates that the text box control has been modified
by the user since the control was created or its contents were last set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Multiline" data-uid="C1.Win.Input.Base.C1TextBoxBase.Multiline">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Multiline.html#C1_Win_Input_Base_C1TextBoxBase_Multiline">Multiline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this is a multiline <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_NullText" data-uid="C1.Win.Input.Base.C1TextBoxBase.NullText">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.NullText.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ParseInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ParseInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_PasswordChar" data-uid="C1.Win.Input.Base.C1TextBoxBase.PasswordChar">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.PasswordChar.html#C1_Win_Input_Base_C1TextBoxBase_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 <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Placeholder" data-uid="C1.Win.Input.Base.C1TextBoxBase.Placeholder">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Placeholder.html#C1_Win_Input_Base_C1TextBoxBase_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual place holder, that is displayed by <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_PostValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.PostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.PostValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_PreValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.PreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.PreValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_PreferredHeight" data-uid="C1.Win.Input.Base.C1TextBoxBase.PreferredHeight">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.PreferredHeight.html#C1_Win_Input_Base_C1TextBoxBase_PreferredHeight">PreferredHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred height for a text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ReadOnly" data-uid="C1.Win.Input.Base.C1TextBoxBase.ReadOnly">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ReadOnly.html#C1_Win_Input_Base_C1TextBoxBase_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>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ScrollBars" data-uid="C1.Win.Input.Base.C1TextBoxBase.ScrollBars">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ScrollBars.html#C1_Win_Input_Base_C1TextBoxBase_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which scroll bars should appear in a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_SelectedText" data-uid="C1.Win.Input.Base.C1TextBoxBase.SelectedText">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SelectedText.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_SelectionLength" data-uid="C1.Win.Input.Base.C1TextBoxBase.SelectionLength">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SelectionLength.html#C1_Win_Input_Base_C1TextBoxBase_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters selected in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_SelectionStart" data-uid="C1.Win.Input.Base.C1TextBoxBase.SelectionStart">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SelectionStart.html#C1_Win_Input_Base_C1TextBoxBase_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting point of text selected in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ShortcutsEnabled" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShortcutsEnabled">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShortcutsEnabled.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Text" data-uid="C1.Win.Input.Base.C1TextBoxBase.Text">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Text.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_TextAlign" data-uid="C1.Win.Input.Base.C1TextBoxBase.TextAlign">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.TextAlign.html#C1_Win_Input_Base_C1TextBoxBase_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_TextLength" data-uid="C1.Win.Input.Base.C1TextBoxBase.TextLength">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.TextLength.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_TrimEnd" data-uid="C1.Win.Input.Base.C1TextBoxBase.TrimEnd">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.TrimEnd.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_TrimStart" data-uid="C1.Win.Input.Base.C1TextBoxBase.TrimStart">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.TrimStart.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_UseSystemPasswordChar" data-uid="C1.Win.Input.Base.C1TextBoxBase.UseSystemPasswordChar">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.UseSystemPasswordChar.html#C1_Win_Input_Base_C1TextBoxBase_UseSystemPasswordChar">UseSystemPasswordChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text in the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control
should appear as the default password character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Value" data-uid="C1.Win.Input.Base.C1TextBoxBase.Value">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Value.html#C1_Win_Input_Base_C1TextBoxBase_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataType.html#C1_Win_Input_Base_C1TextBoxBase_DataType">DataType</a> representation of the visual information contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_VerticalAlign" data-uid="C1.Win.Input.Base.C1TextBoxBase.VerticalAlign">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.VerticalAlign.html#C1_Win_Input_Base_C1TextBoxBase_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>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_WordWrap" data-uid="C1.Win.Input.Base.C1TextBoxBase.WordWrap">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.WordWrap.html#C1_Win_Input_Base_C1TextBoxBase_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a multiline text box control automatically wraps
words to the beginning of the next line when necessary.</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_C1TextBoxBase_AppendText_System_String_" data-uid="C1.Win.Input.Base.C1TextBoxBase.AppendText(System.String)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AppendText.html#C1_Win_Input_Base_C1TextBoxBase_AppendText_System_String_">AppendText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends text to the current text of a text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ApplyStyle" data-uid="C1.Win.Input.Base.C1TextBoxBase.ApplyStyle">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ApplyStyle.html#C1_Win_Input_Base_C1TextBoxBase_ApplyStyle">ApplyStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to control view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_BeginInit" data-uid="C1.Win.Input.Base.C1TextBoxBase.BeginInit">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.BeginInit.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_CheckValidationResult_C1_Win_Input_ErrorReason_System_Object__C1_Win_Input_Validation_ErrorInfo_" data-uid="C1.Win.Input.Base.C1TextBoxBase.CheckValidationResult(C1.Win.Input.ErrorReason,System.Object@,C1.Win.Input.Validation.ErrorInfo)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CheckValidationResult.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Clear" data-uid="C1.Win.Input.Base.C1TextBoxBase.Clear">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Clear.html#C1_Win_Input_Base_C1TextBoxBase_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all text from the text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ClearUndo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ClearUndo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ClearUndo.html#C1_Win_Input_Base_C1TextBoxBase_ClearUndo">ClearUndo()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears information about the most recent operation from the undo buffer of the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Copy" data-uid="C1.Win.Input.Base.C1TextBoxBase.Copy">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Copy.html#C1_Win_Input_Base_C1TextBoxBase_Copy">Copy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the current selection in the text box to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CreateUiaItem_C1_Win_Accessibility_UiaItem_" data-uid="C1.Win.Input.Base.C1TextBoxBase.CreateUiaItem(C1.Win.Accessibility.UiaItem)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CreateUiaItem.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Cut" data-uid="C1.Win.Input.Base.C1TextBoxBase.Cut">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Cut.html#C1_Win_Input_Base_C1TextBoxBase_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the current selection in the text box to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DeselectAll" data-uid="C1.Win.Input.Base.C1TextBoxBase.DeselectAll">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DeselectAll.html#C1_Win_Input_Base_C1TextBoxBase_DeselectAll">DeselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SelectionLength.html#C1_Win_Input_Base_C1TextBoxBase_SelectionLength">SelectionLength</a>
property is zero so that no characters are selected in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Dispose_System_Boolean_" data-uid="C1.Win.Input.Base.C1TextBoxBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Dispose.html#C1_Win_Input_Base_C1TextBoxBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DisposeHostedControl" data-uid="C1.Win.Input.Base.C1TextBoxBase.DisposeHostedControl">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DisposeHostedControl.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_EndInit" data-uid="C1.Win.Input.Base.C1TextBoxBase.EndInit">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.EndInit.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_GetCharFromPosition_System_Drawing_Point_" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetCharFromPosition(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetCharFromPosition.html#C1_Win_Input_Base_C1TextBoxBase_GetCharFromPosition_System_Drawing_Point_">GetCharFromPosition(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the character that is closest to the specified location within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_GetCharIndexFromPosition_System_Drawing_Point_" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetCharIndexFromPosition(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetCharIndexFromPosition.html#C1_Win_Input_Base_C1TextBoxBase_GetCharIndexFromPosition_System_Drawing_Point_">GetCharIndexFromPosition(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the index of the character nearest to the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_GetFirstCharIndexFromLine_System_Int32_" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetFirstCharIndexFromLine(System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetFirstCharIndexFromLine.html#C1_Win_Input_Base_C1TextBoxBase_GetFirstCharIndexFromLine_System_Int32_">GetFirstCharIndexFromLine(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the index of the first character of a given line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_GetFirstCharIndexOfCurrentLine" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetFirstCharIndexOfCurrentLine">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetFirstCharIndexOfCurrentLine.html#C1_Win_Input_Base_C1TextBoxBase_GetFirstCharIndexOfCurrentLine">GetFirstCharIndexOfCurrentLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the index of the first character of the current line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_GetLineFromCharIndex_System_Int32_" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetLineFromCharIndex(System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetLineFromCharIndex.html#C1_Win_Input_Base_C1TextBoxBase_GetLineFromCharIndex_System_Int32_">GetLineFromCharIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the line number from the specified character position within the text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_GetPositionFromCharIndex_System_Int32_" data-uid="C1.Win.Input.Base.C1TextBoxBase.GetPositionFromCharIndex(System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.GetPositionFromCharIndex.html#C1_Win_Input_Base_C1TextBoxBase_GetPositionFromCharIndex_System_Int32_">GetPositionFromCharIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the location within the control at the specified character index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_InternalWndProc_System_Windows_Forms_Message__" data-uid="C1.Win.Input.Base.C1TextBoxBase.InternalWndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.InternalWndProc.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_OnAcceptsTabChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnAcceptsTabChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnAcceptsTabChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnAcceptsTabChanged_System_EventArgs_">OnAcceptsTabChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsTabChanged.html">AcceptsTabChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnCustomButtonClick_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnCustomButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnCustomButtonClick.html#C1_Win_Input_Base_C1TextBoxBase_OnCustomButtonClick_System_EventArgs_">OnCustomButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CustomButtonClick.html">CustomButtonClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnDataTypeChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnDataTypeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnDataTypeChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnDataTypeChanged_System_EventArgs_">OnDataTypeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataTypeChanged.html">DataTypeChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnDropDownButtonClick_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnDropDownButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnDropDownButtonClick.html#C1_Win_Input_Base_C1TextBoxBase_OnDropDownButtonClick_System_EventArgs_">OnDropDownButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DropDownButtonClick.html">DropDownButtonClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnEnabledChanged.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_OnFormatError_C1_Win_Input_Formating_FormatErrorEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnFormatError(C1.Win.Input.Formating.FormatErrorEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnFormatError.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.FormatError.html">FormatError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnFormatting_C1_Win_Input_Formating_FormatEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnFormatting(C1.Win.Input.Formating.FormatEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnFormatting.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.Formatting.html">Formatting</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnHideSelectionChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnHideSelectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnHideSelectionChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnHideSelectionChanged_System_EventArgs_">OnHideSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.HideSelectionChanged.html">HideSelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnModalButtonClick_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnModalButtonClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnModalButtonClick.html#C1_Win_Input_Base_C1TextBoxBase_OnModalButtonClick_System_EventArgs_">OnModalButtonClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ModalButtonClick.html">ModalButtonClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnModifiedChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnModifiedChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnModifiedChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnModifiedChanged_System_EventArgs_">OnModifiedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ModifiedChanged.html">ModifiedChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnMultilineChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnMultilineChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnMultilineChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnMultilineChanged_System_EventArgs_">OnMultilineChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MultilineChanged.html">MultilineChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnParsed_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnParsed(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnParsed.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.Parsed.html">Parsed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnParsing_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnParsing(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnParsing.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.Parsing.html">Parsing</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnPostValidated_C1_Win_Input_PostValidationEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnPostValidated(C1.Win.Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnPostValidated.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.PostValidated.html">PostValidated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnPostValidating_C1_Win_Input_PostValidationEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnPostValidating(C1.Win.Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnPostValidating.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.PostValidating.html">PostValidating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnPreValidated_C1_Win_Input_PreValidationEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnPreValidated(C1.Win.Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnPreValidated.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.PreValidated.html">PreValidated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnPreValidating_C1_Win_Input_PreValidationEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnPreValidating(C1.Win.Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnPreValidating.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.PreValidating.html">PreValidating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnReadOnlyChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnReadOnlyChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnReadOnlyChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnReadOnlyChanged_System_EventArgs_">OnReadOnlyChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ReadOnlyChanged.html">ReadOnlyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnTabIndexChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnTabIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnTabIndexChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnTabIndexChanged_System_EventArgs_">OnTabIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnTextAlignChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnTextAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnTextAlignChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnTextAlignChanged_System_EventArgs_">OnTextAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.TextAlignChanged.html">TextAlignChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnTextChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnTextChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnUpDownButtonClick_C1_Win_Input_UpDownButtonClickEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnUpDownButtonClick(C1.Win.Input.UpDownButtonClickEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnUpDownButtonClick.html#C1_Win_Input_Base_C1TextBoxBase_OnUpDownButtonClick_C1_Win_Input_UpDownButtonClickEventArgs_">OnUpDownButtonClick(UpDownButtonClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.UpDownButtonClick.html">UpDownButtonClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnValidationError_C1_Win_Input_ValidationErrorEventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnValidationError(C1.Win.Input.ValidationErrorEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnValidationError.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.ValidationError.html">ValidationError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnValueChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnVerticalAlignChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnVerticalAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnVerticalAlignChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnVerticalAlignChanged_System_EventArgs_">OnVerticalAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.VerticalAlignChanged.html">VerticalAlignChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1TextBoxBase.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.OnVisibleChanged.html#C1_Win_Input_Base_C1TextBoxBase_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ParseContent_System_Object__C1_Win_Input_Validation_ErrorInfo_" data-uid="C1.Win.Input.Base.C1TextBoxBase.ParseContent(System.Object@,C1.Win.Input.Validation.ErrorInfo)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ParseContent.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Paste" data-uid="C1.Win.Input.Base.C1TextBoxBase.Paste">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Paste.html#C1_Win_Input_Base_C1TextBoxBase_Paste">Paste()</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the current selection in the text box with the contents of the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Paste_System_String_" data-uid="C1.Win.Input.Base.C1TextBoxBase.Paste(System.String)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Paste.html#C1_Win_Input_Base_C1TextBoxBase_Paste_System_String_">Paste(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the selected text to the specified text without clearing the undo buffer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ResetAutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetAutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetAutoCompleteCustomSource.html#C1_Win_Input_Base_C1TextBoxBase_ResetAutoCompleteCustomSource">ResetAutoCompleteCustomSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1TextBoxBase_AutoCompleteCustomSource">AutoCompleteCustomSource</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ResetButtonsSettings" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetButtonsSettings">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetButtonsSettings.html#C1_Win_Input_Base_C1TextBoxBase_ResetButtonsSettings">ResetButtonsSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ButtonsSettings.html#C1_Win_Input_Base_C1TextBoxBase_ButtonsSettings">ButtonsSettings</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ResetDisplayFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetDisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetDisplayFormat.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetEditFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetEditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetEditFormat.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetErrorInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetErrorInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetInitialSelection" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetInitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetInitialSelection.html#C1_Win_Input_Base_C1TextBoxBase_ResetInitialSelection">ResetInitialSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.InitialSelection.html#C1_Win_Input_Base_C1TextBoxBase_InitialSelection">InitialSelection</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ResetParseInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetParseInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetPostValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetPostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetPostValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetPreValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetPreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetPreValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ResetValue" data-uid="C1.Win.Input.Base.C1TextBoxBase.ResetValue">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ResetValue.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ScrollToCaret" data-uid="C1.Win.Input.Base.C1TextBoxBase.ScrollToCaret">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ScrollToCaret.html#C1_Win_Input_Base_C1TextBoxBase_ScrollToCaret">ScrollToCaret()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the contents of the control to the current caret position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Select_System_Int32_System_Int32_" data-uid="C1.Win.Input.Base.C1TextBoxBase.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Select.html#C1_Win_Input_Base_C1TextBoxBase_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a range of text in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_SelectAll" data-uid="C1.Win.Input.Base.C1TextBoxBase.SelectAll">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SelectAll.html#C1_Win_Input_Base_C1TextBoxBase_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all text in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_SetHostedControl_System_Windows_Forms_Control_" data-uid="C1.Win.Input.Base.C1TextBoxBase.SetHostedControl(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.SetHostedControl.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializeAutoCompleteCustomSource" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeAutoCompleteCustomSource">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeAutoCompleteCustomSource.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.AutoCompleteCustomSource.html#C1_Win_Input_Base_C1TextBoxBase_AutoCompleteCustomSource">AutoCompleteCustomSource</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ShouldSerializeButtonsSettings" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeButtonsSettings">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeButtonsSettings.html#C1_Win_Input_Base_C1TextBoxBase_ShouldSerializeButtonsSettings">ShouldSerializeButtonsSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ButtonsSettings.html#C1_Win_Input_Base_C1TextBoxBase_ButtonsSettings">ButtonsSettings</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ShouldSerializeDisplayFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeDisplayFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeDisplayFormat.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializeEditFormat" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeEditFormat">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeEditFormat.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializeErrorInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeErrorInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeErrorInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializeInitialSelection" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeInitialSelection">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeInitialSelection.html#C1_Win_Input_Base_C1TextBoxBase_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.C1TextBoxBase.InitialSelection.html#C1_Win_Input_Base_C1TextBoxBase_InitialSelection">InitialSelection</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ShouldSerializeParseInfo" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeParseInfo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeParseInfo.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializePostValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializePostValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializePostValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializePreValidation" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializePreValidation">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializePreValidation.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ShouldSerializeValue" data-uid="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeValue">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ShouldSerializeValue.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_Undo" data-uid="C1.Win.Input.Base.C1TextBoxBase.Undo">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Undo.html#C1_Win_Input_Base_C1TextBoxBase_Undo">Undo()</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the last edit operation in the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_UpdateValueWithCurrentText" data-uid="C1.Win.Input.Base.C1TextBoxBase.UpdateValueWithCurrentText">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.UpdateValueWithCurrentText.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_ValidateText" data-uid="C1.Win.Input.Base.C1TextBoxBase.ValidateText">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ValidateText.html#C1_Win_Input_Base_C1TextBoxBase_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_C1TextBoxBase_AcceptsTabChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.AcceptsTabChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsTabChanged.html">AcceptsTabChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.AcceptsTab.html#C1_Win_Input_Base_C1TextBoxBase_AcceptsTab">AcceptsTab</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_CustomButtonClick" data-uid="C1.Win.Input.Base.C1TextBoxBase.CustomButtonClick">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.CustomButtonClick.html">CustomButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Custom button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DataTypeChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.DataTypeChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataTypeChanged.html">DataTypeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DataType.html#C1_Win_Input_Base_C1TextBoxBase_DataType">DataType</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_DropDownButtonClick" data-uid="C1.Win.Input.Base.C1TextBoxBase.DropDownButtonClick">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.DropDownButtonClick.html">DropDownButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when DropDown button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_FormatError" data-uid="C1.Win.Input.Base.C1TextBoxBase.FormatError">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_Formatting" data-uid="C1.Win.Input.Base.C1TextBoxBase.Formatting">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_HideSelectionChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.HideSelectionChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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.C1TextBoxBase.HideSelection.html#C1_Win_Input_Base_C1TextBoxBase_HideSelection">HideSelection</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ModalButtonClick" data-uid="C1.Win.Input.Base.C1TextBoxBase.ModalButtonClick">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ModalButtonClick.html">ModalButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Modal button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ModifiedChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.ModifiedChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ModifiedChanged.html">ModifiedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Modified.html#C1_Win_Input_Base_C1TextBoxBase_Modified">Modified</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_MultilineChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.MultilineChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.MultilineChanged.html">MultilineChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Multiline.html#C1_Win_Input_Base_C1TextBoxBase_Multiline">Multiline</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_Parsed" data-uid="C1.Win.Input.Base.C1TextBoxBase.Parsed">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_Parsing" data-uid="C1.Win.Input.Base.C1TextBoxBase.Parsing">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_PostValidated" data-uid="C1.Win.Input.Base.C1TextBoxBase.PostValidated">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_PostValidating" data-uid="C1.Win.Input.Base.C1TextBoxBase.PostValidating">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_PreValidated" data-uid="C1.Win.Input.Base.C1TextBoxBase.PreValidated">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_PreValidating" data-uid="C1.Win.Input.Base.C1TextBoxBase.PreValidating">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_ReadOnlyChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.ReadOnlyChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ReadOnlyChanged.html">ReadOnlyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ReadOnly.html#C1_Win_Input_Base_C1TextBoxBase_ReadOnly">ReadOnly</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_TextAlignChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.TextAlignChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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.C1TextBoxBase.TextAlign.html#C1_Win_Input_Base_C1TextBoxBase_TextAlign">TextAlign</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_UpDownButtonClick" data-uid="C1.Win.Input.Base.C1TextBoxBase.UpDownButtonClick">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.UpDownButtonClick.html">UpDownButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Up or Down buttons are clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_ValidationError" data-uid="C1.Win.Input.Base.C1TextBoxBase.ValidationError">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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_C1TextBoxBase_ValueChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.ValueChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.Value.html#C1_Win_Input_Base_C1TextBoxBase_Value">Value</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1TextBoxBase_VerticalAlignChanged" data-uid="C1.Win.Input.Base.C1TextBoxBase.VerticalAlignChanged">
          <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.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.C1TextBoxBase.VerticalAlign.html#C1_Win_Input_Base_C1TextBoxBase_VerticalAlign">VerticalAlign</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
