# C1.Win.C1Input.C1TextBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_C1TextBox" data-uid="C1.Win.C1Input.C1TextBox" class="text-break">C1TextBox Class
</h1>
  <div class="markdown level0 summary"><p>The main data bound control used for entering and editing information in a text form.
Supports data formatting for all data types, including special features for date-time formats.
Also supports edit mask, data validation and other features.</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.textboxbase">TextBoxBase</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a></div>
    <div class="level6"><span class="xref">C1TextBox</span></div>
      <div class="level7"><a class="xref" href="C1.Win.C1Input.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="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><span class="xref">IEmbeddedEditor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_C1TextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1TextBox), &quot;C1TextBox.png&quot;)]
[DefaultBindingProperty(&quot;Value&quot;)]
public class C1TextBox : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor, IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1TextBox), &quot;C1TextBox.png&quot;)&gt;
&lt;DefaultBindingProperty(&quot;Value&quot;)&gt;
Public Class C1TextBox
    Inherits TextBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor, IEmbeddedEditor</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox__ctor" data-uid="C1.Win.C1Input.C1TextBox.#ctor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.-ctor.html#C1_Win_C1Input_C1TextBox__ctor">C1TextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1TextBox class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_m_c1embedEndOnSideArrows" data-uid="C1.Win.C1Input.C1TextBox.m_c1embedEndOnSideArrows">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.m_c1embedEndOnSideArrows.html">m_c1embedEndOnSideArrows</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_m_c1embedded" data-uid="C1.Win.C1Input.C1TextBox.m_c1embedded">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.m_c1embedded.html">m_c1embedded</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</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_C1Input_C1TextBox_AcceptsEscape" data-uid="C1.Win.C1Input.C1TextBox.AcceptsEscape">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.AcceptsEscape.html#C1_Win_C1Input_C1TextBox_AcceptsEscape">AcceptsEscape</a>
        </td>
        <td class="markdown level1 summary"><p>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_C1Input_C1TextBox_AcceptsTab" data-uid="C1.Win.C1Input.C1TextBox.AcceptsTab">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.AcceptsTab.html#C1_Win_C1Input_C1TextBox_AcceptsTab">AcceptsTab</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_AutoChangePosition" data-uid="C1.Win.C1Input.C1TextBox.AutoChangePosition">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.AutoChangePosition.html#C1_Win_C1Input_C1TextBox_AutoChangePosition">AutoChangePosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the position of the character is automatically changed</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_AutoSize" data-uid="C1.Win.C1Input.C1TextBox.AutoSize">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.AutoSize.html#C1_Win_C1Input_C1TextBox_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BackColor" data-uid="C1.Win.C1Input.C1TextBox.BackColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BackColor.html#C1_Win_C1Input_C1TextBox_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BaseText" data-uid="C1.Win.C1Input.C1TextBox.BaseText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BaseText.html#C1_Win_C1Input_C1TextBox_BaseText">BaseText</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BorderColor" data-uid="C1.Win.C1Input.C1TextBox.BorderColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BorderColor.html#C1_Win_C1Input_C1TextBox_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BorderStyle" data-uid="C1.Win.C1Input.C1TextBox.BorderStyle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BorderStyle.html#C1_Win_C1Input_C1TextBox_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CalendarType" data-uid="C1.Win.C1Input.C1TextBox.CalendarType">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CalendarType.html#C1_Win_C1Input_C1TextBox_CalendarType">CalendarType</a>
        </td>
        <td class="markdown level1 summary"><p>Calendar, used to format date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CaseSensitive" data-uid="C1.Win.C1Input.C1TextBox.CaseSensitive">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CaseSensitive.html#C1_Win_C1Input_C1TextBox_CaseSensitive">CaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>True if string comparisons are case-sensitive; otherwise, False. Default: False</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CausesValidation" data-uid="C1.Win.C1Input.C1TextBox.CausesValidation">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CausesValidation.html#C1_Win_C1Input_C1TextBox_CausesValidation">CausesValidation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CharCategory" data-uid="C1.Win.C1Input.C1TextBox.CharCategory">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CharCategory.html#C1_Win_C1Input_C1TextBox_CharCategory">CharCategory</a>
        </td>
        <td class="markdown level1 summary"><p>Defines rules to filter keyboard input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ContentHeight" data-uid="C1.Win.C1Input.C1TextBox.ContentHeight">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ContentHeight.html#C1_Win_C1Input_C1TextBox_ContentHeight">ContentHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Culture" data-uid="C1.Win.C1Input.C1TextBox.Culture">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Culture.html#C1_Win_C1Input_C1TextBox_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>The culture ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CultureInfo" data-uid="C1.Win.C1Input.C1TextBox.CultureInfo">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CultureInfo.html#C1_Win_C1Input_C1TextBox_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>The current CultureInfo object (available at runtime).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CultureName" data-uid="C1.Win.C1Input.C1TextBox.CultureName">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CultureName.html#C1_Win_C1Input_C1TextBox_CultureName">CultureName</a>
        </td>
        <td class="markdown level1 summary"><p>The name selected for the Culture property in the Properties grid</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CurrentTimeZone" data-uid="C1.Win.C1Input.C1TextBox.CurrentTimeZone">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CurrentTimeZone.html#C1_Win_C1Input_C1TextBox_CurrentTimeZone">CurrentTimeZone</a>
        </td>
        <td class="markdown level1 summary"><p>If True, the control's stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CustomFormat" data-uid="C1.Win.C1Input.C1TextBox.CustomFormat">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CustomFormat.html#C1_Win_C1Input_C1TextBox_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DataField" data-uid="C1.Win.C1Input.C1TextBox.DataField">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DataField.html#C1_Win_C1Input_C1TextBox_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>The field of the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DataSource" data-uid="C1.Win.C1Input.C1TextBox.DataSource">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DataSource.html#C1_Win_C1Input_C1TextBox_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>The data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DataType" data-uid="C1.Win.C1Input.C1TextBox.DataType">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DataType.html#C1_Win_C1Input_C1TextBox_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Type of the Value property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DateTimeInput" data-uid="C1.Win.C1Input.C1TextBox.DateTimeInput">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DateTimeInput.html#C1_Win_C1Input_C1TextBox_DateTimeInput">DateTimeInput</a>
        </td>
        <td class="markdown level1 summary"><p>Whether or not a special edit mode is applied to DateTime values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DaylightTimeAdjustment" data-uid="C1.Win.C1Input.C1TextBox.DaylightTimeAdjustment">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DaylightTimeAdjustment.html#C1_Win_C1Input_C1TextBox_DaylightTimeAdjustment">DaylightTimeAdjustment</a>
        </td>
        <td class="markdown level1 summary"><p>The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes. Default: NoAdjustments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DefaultSize" data-uid="C1.Win.C1Input.C1TextBox.DefaultSize">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DefaultSize.html#C1_Win_C1Input_C1TextBox_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DefaultThemeRootPath" data-uid="C1.Win.C1Input.C1TextBox.DefaultThemeRootPath">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DefaultThemeRootPath.html#C1_Win_C1Input_C1TextBox_DefaultThemeRootPath">DefaultThemeRootPath</a>
        </td>
        <td class="markdown level1 summary"><p>Default path for the control in xml theme file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DisableOnNoData" data-uid="C1.Win.C1Input.C1TextBox.DisableOnNoData">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DisableOnNoData.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_DisabledForeColor" data-uid="C1.Win.C1Input.C1TextBox.DisabledForeColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DisabledForeColor.html#C1_Win_C1Input_C1TextBox_DisabledForeColor">DisabledForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the disabled control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DisplayFormat" data-uid="C1.Win.C1Input.C1TextBox.DisplayFormat">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DisplayFormat.html#C1_Win_C1Input_C1TextBox_DisplayFormat">DisplayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Format used to display the value when the control is not in edit mode (does not have input focus or is read-only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_EditFormat" data-uid="C1.Win.C1Input.C1TextBox.EditFormat">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.EditFormat.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_EditMask" data-uid="C1.Win.C1Input.C1TextBox.EditMask">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.EditMask.html#C1_Win_C1Input_C1TextBox_EditMask">EditMask</a>
        </td>
        <td class="markdown level1 summary"><p>The edit mask string restricting user input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_EditMode" data-uid="C1.Win.C1Input.C1TextBox.EditMode">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.EditMode.html#C1_Win_C1Input_C1TextBox_EditMode">EditMode</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True, if the control has input focus and TextDetached = False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_EmptyAsNull" data-uid="C1.Win.C1Input.C1TextBox.EmptyAsNull">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.EmptyAsNull.html#C1_Win_C1Input_C1TextBox_EmptyAsNull">EmptyAsNull</a>
        </td>
        <td class="markdown level1 summary"><p>If True, empty strings are interpreted as null values (DBNull).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Enabled" data-uid="C1.Win.C1Input.C1TextBox.Enabled">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Enabled.html#C1_Win_C1Input_C1TextBox_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control can respond to user interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ErrorInfo" data-uid="C1.Win.C1Input.C1TextBox.ErrorInfo">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ErrorInfo.html#C1_Win_C1Input_C1TextBox_ErrorInfo">ErrorInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Settings affecting error handling in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ExitOnLastChar" data-uid="C1.Win.C1Input.C1TextBox.ExitOnLastChar">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ExitOnLastChar.html#C1_Win_C1Input_C1TextBox_ExitOnLastChar">ExitOnLastChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the next control in the tab order receives the focus as
soon as the control is filled at the last character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ExitOnLeftRightKey" data-uid="C1.Win.C1Input.C1TextBox.ExitOnLeftRightKey">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ExitOnLeftRightKey.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_FlatSystemBorder" data-uid="C1.Win.C1Input.C1TextBox.FlatSystemBorder">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.FlatSystemBorder.html#C1_Win_C1Input_C1TextBox_FlatSystemBorder">FlatSystemBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Makes Fixed3D borders old-style looking (flat)
for System VisualStyle.
This property is only for compatibility with legacy applications only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_FloatingPlaceHolderEnabled" data-uid="C1.Win.C1Input.C1TextBox.FloatingPlaceHolderEnabled">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.FloatingPlaceHolderEnabled.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_ForeColor" data-uid="C1.Win.C1Input.C1TextBox.ForeColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ForeColor.html#C1_Win_C1Input_C1TextBox_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_FormatType" data-uid="C1.Win.C1Input.C1TextBox.FormatType">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.FormatType.html#C1_Win_C1Input_C1TextBox_FormatType">FormatType</a>
        </td>
        <td class="markdown level1 summary"><p>Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_GMTOffset" data-uid="C1.Win.C1Input.C1TextBox.GMTOffset">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.GMTOffset.html#C1_Win_C1Input_C1TextBox_GMTOffset">GMTOffset</a>
        </td>
        <td class="markdown level1 summary"><p>The time zone of the Value property used if CurrentTimeZone = False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ImeCharComposition" data-uid="C1.Win.C1Input.C1TextBox.ImeCharComposition">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ImeCharComposition.html#C1_Win_C1Input_C1TextBox_ImeCharComposition">ImeCharComposition</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_InitialSelection" data-uid="C1.Win.C1Input.C1TextBox.InitialSelection">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.InitialSelection.html#C1_Win_C1Input_C1TextBox_InitialSelection">InitialSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the selection position when a control receives input focus. Default: InitialSelectionEnum.SelectAll.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Initialization" data-uid="C1.Win.C1Input.C1TextBox.Initialization">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Initialization.html#C1_Win_C1Input_C1TextBox_Initialization">Initialization</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating that the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize.begininit">BeginInit()</a> method was called and the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize.endinit">EndInit()</a> method was not called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Label" data-uid="C1.Win.C1Input.C1TextBox.Label">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Label.html#C1_Win_C1Input_C1TextBox_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Label control associated with this input field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Lines" data-uid="C1.Win.C1Input.C1TextBox.Lines">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Lines.html#C1_Win_C1Input_C1TextBox_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>The lines of text in a multiline control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_LoopPosition" data-uid="C1.Win.C1Input.C1TextBox.LoopPosition">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.LoopPosition.html#C1_Win_C1Input_C1TextBox_LoopPosition">LoopPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Margins" data-uid="C1.Win.C1Input.C1TextBox.Margins">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Margins.html#C1_Win_C1Input_C1TextBox_Margins">Margins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_MarkEmpty" data-uid="C1.Win.C1Input.C1TextBox.MarkEmpty">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MarkEmpty.html#C1_Win_C1Input_C1TextBox_MarkEmpty">MarkEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a red dotted line if Value is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_MaskInfo" data-uid="C1.Win.C1Input.C1TextBox.MaskInfo">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MaskInfo.html#C1_Win_C1Input_C1TextBox_MaskInfo">MaskInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Edit mask settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_MaxLength" data-uid="C1.Win.C1Input.C1TextBox.MaxLength">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MaxLength.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_MaxLengthUnit" data-uid="C1.Win.C1Input.C1TextBox.MaxLengthUnit">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MaxLengthUnit.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_MaxLineCount" data-uid="C1.Win.C1Input.C1TextBox.MaxLineCount">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MaxLineCount.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_MinShortYear" data-uid="C1.Win.C1Input.C1TextBox.MinShortYear">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MinShortYear.html#C1_Win_C1Input_C1TextBox_MinShortYear">MinShortYear</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum year that can be entered without leading zeros.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Modified" data-uid="C1.Win.C1Input.C1TextBox.Modified">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Modified.html#C1_Win_C1Input_C1TextBox_Modified">Modified</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates that the control has been modified by the user since the control received the input focus or its Value last set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Multiline" data-uid="C1.Win.C1Input.C1TextBox.Multiline">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Multiline.html#C1_Win_C1Input_C1TextBox_Multiline">Multiline</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_NegativeForeColor" data-uid="C1.Win.C1Input.C1TextBox.NegativeForeColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.NegativeForeColor.html#C1_Win_C1Input_C1TextBox_NegativeForeColor">NegativeForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the control which contains negative value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_NullText" data-uid="C1.Win.C1Input.C1TextBox.NullText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.NullText.html#C1_Win_C1Input_C1TextBox_NullText">NullText</a>
        </td>
        <td class="markdown level1 summary"><p>String representing a DBNull value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_NumericInput" data-uid="C1.Win.C1Input.C1TextBox.NumericInput">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.NumericInput.html#C1_Win_C1Input_C1TextBox_NumericInput">NumericInput</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or gets a value indicating whether a special edit mode is used for numeric values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_NumericInputKeys" data-uid="C1.Win.C1Input.C1TextBox.NumericInputKeys">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.NumericInputKeys.html#C1_Win_C1Input_C1TextBox_NumericInputKeys">NumericInputKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Enables/disables the special keys used when NumericInput = True. Default: NumericInputKeyFlags.Standard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Padding" data-uid="C1.Win.C1Input.C1TextBox.Padding">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Padding.html#C1_Win_C1Input_C1TextBox_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ParseInfo" data-uid="C1.Win.C1Input.C1TextBox.ParseInfo">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ParseInfo.html#C1_Win_C1Input_C1TextBox_ParseInfo">ParseInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Settings affecting parsing, that is, converting the string entered by the user to the data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Placeholder" data-uid="C1.Win.C1Input.C1TextBox.Placeholder">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Placeholder.html#C1_Win_C1Input_C1TextBox_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.C1Input.C1TextBox.html">C1TextBox</a> to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_PostValidation" data-uid="C1.Win.C1Input.C1TextBox.PostValidation">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PostValidation.html#C1_Win_C1Input_C1TextBox_PostValidation">PostValidation</a>
        </td>
        <td class="markdown level1 summary"><p>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_C1Input_C1TextBox_PreValidation" data-uid="C1.Win.C1Input.C1TextBox.PreValidation">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PreValidation.html#C1_Win_C1Input_C1TextBox_PreValidation">PreValidation</a>
        </td>
        <td class="markdown level1 summary"><p>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_C1Input_C1TextBox_PreferredHeight" data-uid="C1.Win.C1Input.C1TextBox.PreferredHeight">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PreferredHeight.html#C1_Win_C1Input_C1TextBox_PreferredHeight">PreferredHeight</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SelectedText" data-uid="C1.Win.C1Input.C1TextBox.SelectedText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SelectedText.html#C1_Win_C1Input_C1TextBox_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ShowContextMenu" data-uid="C1.Win.C1Input.C1TextBox.ShowContextMenu">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ShowContextMenu.html#C1_Win_C1Input_C1TextBox_ShowContextMenu">ShowContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the context menu can be displayed for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ShowFocusRectangle" data-uid="C1.Win.C1Input.C1TextBox.ShowFocusRectangle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ShowFocusRectangle.html#C1_Win_C1Input_C1TextBox_ShowFocusRectangle">ShowFocusRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether a focus rectangle should be displayed around the client area when the control has the input focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Tag" data-uid="C1.Win.C1Input.C1TextBox.Tag">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Tag.html#C1_Win_C1Input_C1TextBox_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains data about the control</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Text" data-uid="C1.Win.C1Input.C1TextBox.Text">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Text.html#C1_Win_C1Input_C1TextBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_TextDetached" data-uid="C1.Win.C1Input.C1TextBox.TextDetached">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.TextDetached.html#C1_Win_C1Input_C1TextBox_TextDetached">TextDetached</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Value and Text properties can be set independently.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_TextLength" data-uid="C1.Win.C1Input.C1TextBox.TextLength">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.TextLength.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_TrimEnd" data-uid="C1.Win.C1Input.C1TextBox.TrimEnd">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.TrimEnd.html#C1_Win_C1Input_C1TextBox_TrimEnd">TrimEnd</a>
        </td>
        <td class="markdown level1 summary"><p>If True, trailing spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_TrimStart" data-uid="C1.Win.C1Input.C1TextBox.TrimStart">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.TrimStart.html#C1_Win_C1Input_C1TextBox_TrimStart">TrimStart</a>
        </td>
        <td class="markdown level1 summary"><p>If True, leading spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UseColumnStyles" data-uid="C1.Win.C1Input.C1TextBox.UseColumnStyles">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UseColumnStyles.html#C1_Win_C1Input_C1TextBox_UseColumnStyles">UseColumnStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to honor the ColumnStyle properties defined on the
C1ViewColumn object that this control is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UserCultureOverride" data-uid="C1.Win.C1Input.C1TextBox.UserCultureOverride">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UserCultureOverride.html#C1_Win_C1Input_C1TextBox_UserCultureOverride">UserCultureOverride</a>
        </td>
        <td class="markdown level1 summary"><p>If True, current user regional settings override the selected culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Value" data-uid="C1.Win.C1Input.C1TextBox.Value">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Value.html#C1_Win_C1Input_C1TextBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="C1.Win.C1Input.C1TextBox.DataType.html#C1_Win_C1Input_C1TextBox_DataType">DataType</a> representation of the visual information contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ValueChangedBehavior" data-uid="C1.Win.C1Input.C1TextBox.ValueChangedBehavior">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ValueChangedBehavior.html#C1_Win_C1Input_C1TextBox_ValueChangedBehavior">ValueChangedBehavior</a>
        </td>
        <td class="markdown level1 summary"><p>Allows backward compatibility with the old behavior, when the ValueChanged event previously fired on any text change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ValueIsDbNull" data-uid="C1.Win.C1Input.C1TextBox.ValueIsDbNull">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ValueIsDbNull.html#C1_Win_C1Input_C1TextBox_ValueIsDbNull">ValueIsDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Value is DBNull.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_VerticalAlign" data-uid="C1.Win.C1Input.C1TextBox.VerticalAlign">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.VerticalAlign.html#C1_Win_C1Input_C1TextBox_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the content in the control. The default is VerticalAlignEnum.Top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_VisualStyle" data-uid="C1.Win.C1Input.C1TextBox.VisualStyle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.VisualStyle.html#C1_Win_C1Input_C1TextBox_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_WrapDateTimeFields" data-uid="C1.Win.C1Input.C1TextBox.WrapDateTimeFields">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.WrapDateTimeFields.html#C1_Win_C1Input_C1TextBox_WrapDateTimeFields">WrapDateTimeFields</a>
        </td>
        <td class="markdown level1 summary"><p>If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value.</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_C1Input_C1TextBox_BeginInit" data-uid="C1.Win.C1Input.C1TextBox.BeginInit">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BeginInit.html#C1_Win_C1Input_C1TextBox_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CalcSizeInternal" data-uid="C1.Win.C1Input.C1TextBox.CalcSizeInternal">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CalcSizeInternal.html#C1_Win_C1Input_C1TextBox_CalcSizeInternal">CalcSizeInternal()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ChangeType_System_Object_" data-uid="C1.Win.C1Input.C1TextBox.ChangeType(System.Object)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ChangeType.html#C1_Win_C1Input_C1TextBox_ChangeType_System_Object_">ChangeType(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ChangeType_System_Object_System_Type_" data-uid="C1.Win.C1Input.C1TextBox.ChangeType(System.Object,System.Type)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ChangeType.html#C1_Win_C1Input_C1TextBox_ChangeType_System_Object_System_Type_">ChangeType(object, Type)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CheckValidationResult_C1_Win_C1Input_ErrorReasonEnum_System_Object__C1_Win_C1Input_ErrorInfo_" data-uid="C1.Win.C1Input.C1TextBox.CheckValidationResult(C1.Win.C1Input.ErrorReasonEnum,System.Object@,C1.Win.C1Input.ErrorInfo)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CheckValidationResult.html#C1_Win_C1Input_C1TextBox_CheckValidationResult_C1_Win_C1Input_ErrorReasonEnum_System_Object__C1_Win_C1Input_ErrorInfo_">CheckValidationResult(ErrorReasonEnum, 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_C1Input_C1TextBox_CreateHandle" data-uid="C1.Win.C1Input.C1TextBox.CreateHandle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CreateHandle.html#C1_Win_C1Input_C1TextBox_CreateHandle">CreateHandle()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DecDateTimeInput" data-uid="C1.Win.C1Input.C1TextBox.DecDateTimeInput">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DecDateTimeInput.html#C1_Win_C1Input_C1TextBox_DecDateTimeInput">DecDateTimeInput()</a>
        </td>
        <td class="markdown level1 summary"><p>Decrements the currently selected field in DateTimeInput mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Dispose.html#C1_Win_C1Input_C1TextBox_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1TextBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DrawBorder_System_Drawing_Graphics_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.DrawBorder(System.Drawing.Graphics,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DrawBorder.html#C1_Win_C1Input_C1TextBox_DrawBorder_System_Drawing_Graphics_System_Boolean_">DrawBorder(Graphics, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DrawBorder_System_Drawing_Graphics_System_IntPtr_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.DrawBorder(System.Drawing.Graphics,System.IntPtr,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DrawBorder.html#C1_Win_C1Input_C1TextBox_DrawBorder_System_Drawing_Graphics_System_IntPtr_System_Boolean_">DrawBorder(Graphics, IntPtr, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DrawFocusRectangle" data-uid="C1.Win.C1Input.C1TextBox.DrawFocusRectangle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DrawFocusRectangle.html#C1_Win_C1Input_C1TextBox_DrawFocusRectangle">DrawFocusRectangle()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_EndInit" data-uid="C1.Win.C1Input.C1TextBox.EndInit">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.EndInit.html#C1_Win_C1Input_C1TextBox_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_GetDisabledBackColor" data-uid="C1.Win.C1Input.C1TextBox.GetDisabledBackColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.GetDisabledBackColor.html#C1_Win_C1Input_C1TextBox_GetDisabledBackColor">GetDisabledBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the disabled back color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_GoToField_C1_Win_C1Input_DateTimeField_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.GoToField(C1.Win.C1Input.DateTimeField,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.GoToField.html#C1_Win_C1Input_C1TextBox_GoToField_C1_Win_C1Input_DateTimeField_System_Boolean_">GoToField(DateTimeField, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the selection to the specified date-time field. Works only if the <a class="xref" href="C1.Win.C1Input.C1TextBox.DataType.html#C1_Win_C1Input_C1TextBox_DataType">DataType</a> property
is set to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> and the date-time input is active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_IncDateTimeInput" data-uid="C1.Win.C1Input.C1TextBox.IncDateTimeInput">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.IncDateTimeInput.html#C1_Win_C1Input_C1TextBox_IncDateTimeInput">IncDateTimeInput()</a>
        </td>
        <td class="markdown level1 summary"><p>Increments the currently selected field in DateTimeInput mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Win.C1Input.C1TextBox.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.IsInputKey.html#C1_Win_C1Input_C1TextBox_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnBackColorChanged.html#C1_Win_C1Input_C1TextBox_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnBindingFormatting_System_Windows_Forms_ConvertEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnBindingFormatting(System.Windows.Forms.ConvertEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnBindingFormatting.html#C1_Win_C1Input_C1TextBox_OnBindingFormatting_System_Windows_Forms_ConvertEventArgs_">OnBindingFormatting(ConvertEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnBindingParsing_System_Windows_Forms_ConvertEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnBindingParsing(System.Windows.Forms.ConvertEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnBindingParsing.html#C1_Win_C1Input_C1TextBox_OnBindingParsing_System_Windows_Forms_ConvertEventArgs_">OnBindingParsing(ConvertEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnBorderColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnBorderColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnBorderColorChanged.html#C1_Win_C1Input_C1TextBox_OnBorderColorChanged_System_EventArgs_">OnBorderColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.C1TextBox.BorderColorChanged.html">BorderColorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnCreateControl" data-uid="C1.Win.C1Input.C1TextBox.OnCreateControl">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnCreateControl.html#C1_Win_C1Input_C1TextBox_OnCreateControl">OnCreateControl()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnCultureInfoSetup_C1_Win_C1Input_CultureInfoSetupEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnCultureInfoSetup(C1.Win.C1Input.CultureInfoSetupEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnCultureInfoSetup.html#C1_Win_C1Input_C1TextBox_OnCultureInfoSetup_C1_Win_C1Input_CultureInfoSetupEventArgs_">OnCultureInfoSetup(CultureInfoSetupEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnDataTypeChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnDataTypeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnDataTypeChanged.html#C1_Win_C1Input_C1TextBox_OnDataTypeChanged_System_EventArgs_">OnDataTypeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnEnabledChanged.html#C1_Win_C1Input_C1TextBox_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnEnter_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnEnter.html#C1_Win_C1Input_C1TextBox_OnEnter_System_EventArgs_">OnEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnFontChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnFontChanged.html#C1_Win_C1Input_C1TextBox_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnForeColorChanged.html#C1_Win_C1Input_C1TextBox_OnForeColorChanged_System_EventArgs_">OnForeColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnFormatError_C1_Win_C1Input_FormatErrorEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnFormatError(C1.Win.C1Input.FormatErrorEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnFormatError.html#C1_Win_C1Input_C1TextBox_OnFormatError_C1_Win_C1Input_FormatErrorEventArgs_">OnFormatError(FormatErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnFormatted_C1_Win_C1Input_FormatEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnFormatted(C1.Win.C1Input.FormatEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnFormatted.html#C1_Win_C1Input_C1TextBox_OnFormatted_C1_Win_C1Input_FormatEventArgs_">OnFormatted(FormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnFormatting_C1_Win_C1Input_FormatEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnFormatting(C1.Win.C1Input.FormatEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnFormatting.html#C1_Win_C1Input_C1TextBox_OnFormatting_C1_Win_C1Input_FormatEventArgs_">OnFormatting(FormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnGotFocus_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnGotFocus.html#C1_Win_C1Input_C1TextBox_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnHandleCreated.html#C1_Win_C1Input_C1TextBox_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnKeyDown.html#C1_Win_C1Input_C1TextBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnKeyPress.html#C1_Win_C1Input_C1TextBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnKeyUp.html#C1_Win_C1Input_C1TextBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnLeave_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnLeave.html#C1_Win_C1Input_C1TextBox_OnLeave_System_EventArgs_">OnLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnLocationChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnLocationChanged.html#C1_Win_C1Input_C1TextBox_OnLocationChanged_System_EventArgs_">OnLocationChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnLostFocus_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnLostFocus.html#C1_Win_C1Input_C1TextBox_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMarginsChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMarginsChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMarginsChanged.html#C1_Win_C1Input_C1TextBox_OnMarginsChanged_System_EventArgs_">OnMarginsChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnModifiedChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnModifiedChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnModifiedChanged.html#C1_Win_C1Input_C1TextBox_OnModifiedChanged_System_EventArgs_">OnModifiedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ModifiedChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMouseDown.html#C1_Win_C1Input_C1TextBox_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMouseEnter.html#C1_Win_C1Input_C1TextBox_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMouseLeave.html#C1_Win_C1Input_C1TextBox_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMouseUp.html#C1_Win_C1Input_C1TextBox_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMouseWheel.html#C1_Win_C1Input_C1TextBox_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnMultilineChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnMultilineChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnMultilineChanged.html#C1_Win_C1Input_C1TextBox_OnMultilineChanged_System_EventArgs_">OnMultilineChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPaddingChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPaddingChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPaddingChanged.html#C1_Win_C1Input_C1TextBox_OnPaddingChanged_System_EventArgs_">OnPaddingChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPaint.html#C1_Win_C1Input_C1TextBox_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnParentBackColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnParentBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnParentBackColorChanged.html#C1_Win_C1Input_C1TextBox_OnParentBackColorChanged_System_EventArgs_">OnParentBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnParentChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnParentChanged.html#C1_Win_C1Input_C1TextBox_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnParsed_C1_Win_C1Input_ParseEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnParsed(C1.Win.C1Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnParsed.html#C1_Win_C1Input_C1TextBox_OnParsed_C1_Win_C1Input_ParseEventArgs_">OnParsed(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnParsing_C1_Win_C1Input_ParseEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnParsing(C1.Win.C1Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnParsing.html#C1_Win_C1Input_C1TextBox_OnParsing_C1_Win_C1Input_ParseEventArgs_">OnParsing(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPostValidated_C1_Win_C1Input_PostValidationEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPostValidated(C1.Win.C1Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPostValidated.html#C1_Win_C1Input_C1TextBox_OnPostValidated_C1_Win_C1Input_PostValidationEventArgs_">OnPostValidated(PostValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPostValidating_C1_Win_C1Input_PostValidationEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPostValidating(C1.Win.C1Input.PostValidationEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPostValidating.html#C1_Win_C1Input_C1TextBox_OnPostValidating_C1_Win_C1Input_PostValidationEventArgs_">OnPostValidating(PostValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPreValidated_C1_Win_C1Input_PreValidationEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPreValidated(C1.Win.C1Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPreValidated.html#C1_Win_C1Input_C1TextBox_OnPreValidated_C1_Win_C1Input_PreValidationEventArgs_">OnPreValidated(PreValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnPreValidating_C1_Win_C1Input_PreValidationEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnPreValidating(C1.Win.C1Input.PreValidationEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnPreValidating.html#C1_Win_C1Input_C1TextBox_OnPreValidating_C1_Win_C1Input_PreValidationEventArgs_">OnPreValidating(PreValidationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnReadOnlyChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnReadOnlyChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnReadOnlyChanged.html#C1_Win_C1Input_C1TextBox_OnReadOnlyChanged_System_EventArgs_">OnReadOnlyChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnRegionChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnRegionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnRegionChanged.html#C1_Win_C1Input_C1TextBox_OnRegionChanged_System_EventArgs_">OnRegionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnResize_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnResize(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnResize.html#C1_Win_C1Input_C1TextBox_OnResize_System_EventArgs_">OnResize(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnSizeChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnSizeChanged.html#C1_Win_C1Input_C1TextBox_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnTabIndexChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnTabIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnTabIndexChanged.html#C1_Win_C1Input_C1TextBox_OnTabIndexChanged_System_EventArgs_">OnTabIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnTextChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnTextChanged.html#C1_Win_C1Input_C1TextBox_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnTextDetachedChanged" data-uid="C1.Win.C1Input.C1TextBox.OnTextDetachedChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnTextDetachedChanged.html#C1_Win_C1Input_C1TextBox_OnTextDetachedChanged">OnTextDetachedChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnValidated_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnValidated(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnValidated.html#C1_Win_C1Input_C1TextBox_OnValidated_System_EventArgs_">OnValidated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnValidating_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnValidating(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnValidating.html#C1_Win_C1Input_C1TextBox_OnValidating_System_ComponentModel_CancelEventArgs_">OnValidating(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnValidationError_C1_Win_C1Input_ValidationErrorEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnValidationError(C1.Win.C1Input.ValidationErrorEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnValidationError.html#C1_Win_C1Input_C1TextBox_OnValidationError_C1_Win_C1Input_ValidationErrorEventArgs_">OnValidationError(ValidationErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnValueChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnValueChanged.html#C1_Win_C1Input_C1TextBox_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnVerticalAlignChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnVerticalAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnVerticalAlignChanged.html#C1_Win_C1Input_C1TextBox_OnVerticalAlignChanged_System_EventArgs_">OnVerticalAlignChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnVisibleChanged.html#C1_Win_C1Input_C1TextBox_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1TextBox.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.OnVisualStyleChanged.html#C1_Win_C1Input_C1TextBox_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the VisualStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ParseContent_System_Object__C1_Win_C1Input_ErrorInfo_" data-uid="C1.Win.C1Input.C1TextBox.ParseContent(System.Object@,C1.Win.C1Input.ErrorInfo)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ParseContent.html#C1_Win_C1Input_C1TextBox_ParseContent_System_Object__C1_Win_C1Input_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_C1Input_C1TextBox_PreProcessMessage_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1TextBox.PreProcessMessage(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PreProcessMessage.html#C1_Win_C1Input_C1TextBox_PreProcessMessage_System_Windows_Forms_Message__">PreProcessMessage(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ProcessKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ProcessKeyDown.html#C1_Win_C1Input_C1TextBox_ProcessKeyDown_System_Windows_Forms_KeyEventArgs_">ProcessKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ProcessKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.ProcessKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ProcessKeyPress.html#C1_Win_C1Input_C1TextBox_ProcessKeyPress_System_Windows_Forms_KeyPressEventArgs_">ProcessKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ProcessKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.C1TextBox.ProcessKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ProcessKeyUp.html#C1_Win_C1Input_C1TextBox_ProcessKeyUp_System_Windows_Forms_KeyEventArgs_">ProcessKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ResetBackColor" data-uid="C1.Win.C1Input.C1TextBox.ResetBackColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ResetBackColor.html#C1_Win_C1Input_C1TextBox_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ResetForeColor" data-uid="C1.Win.C1Input.C1TextBox.ResetForeColor">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ResetForeColor.html#C1_Win_C1Input_C1TextBox_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ResetText" data-uid="C1.Win.C1Input.C1TextBox.ResetText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ResetText.html#C1_Win_C1Input_C1TextBox_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the control's Text with the current Value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ResetVisualStyle" data-uid="C1.Win.C1Input.C1TextBox.ResetVisualStyle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ResetVisualStyle.html#C1_Win_C1Input_C1TextBox_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets <a class="xref" href="C1.Win.C1Input.C1TextBox.VisualStyle.html#C1_Win_C1Input_C1TextBox_VisualStyle">VisualStyle</a> to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SafeRecreateHandle" data-uid="C1.Win.C1Input.C1TextBox.SafeRecreateHandle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SafeRecreateHandle.html#C1_Win_C1Input_C1TextBox_SafeRecreateHandle">SafeRecreateHandle()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.C1Input.C1TextBox.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SetBoundsCore.html#C1_Win_C1Input_C1TextBox_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SetCultureInfo_System_Globalization_CultureInfo_" data-uid="C1.Win.C1Input.C1TextBox.SetCultureInfo(System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SetCultureInfo.html#C1_Win_C1Input_C1TextBox_SetCultureInfo_System_Globalization_CultureInfo_">SetCultureInfo(CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SetCutureInfo_System_Globalization_CultureInfo_" data-uid="C1.Win.C1Input.C1TextBox.SetCutureInfo(System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SetCutureInfo.html#C1_Win_C1Input_C1TextBox_SetCutureInfo_System_Globalization_CultureInfo_">SetCutureInfo(CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SetProposedValue_System_Object_" data-uid="C1.Win.C1Input.C1TextBox.SetProposedValue(System.Object)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SetProposedValue.html#C1_Win_C1Input_C1TextBox_SetProposedValue_System_Object_">SetProposedValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>This method works exactly as setting the Value property, except that it does not change the internal variable
storing the value before editing, so the user can press Esc and restore the previous value.
This method works only in edit mode. If the control is not in edit mode, this methods does nothing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ShouldDrawPlaceholder" data-uid="C1.Win.C1Input.C1TextBox.ShouldDrawPlaceholder">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ShouldDrawPlaceholder.html#C1_Win_C1Input_C1TextBox_ShouldDrawPlaceholder">ShouldDrawPlaceholder()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the placeholder should be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ShouldHandleEscape" data-uid="C1.Win.C1Input.C1TextBox.ShouldHandleEscape">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ShouldHandleEscape.html#C1_Win_C1Input_C1TextBox_ShouldHandleEscape">ShouldHandleEscape()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ShouldSerializeVisualStyle" data-uid="C1.Win.C1Input.C1TextBox.ShouldSerializeVisualStyle">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ShouldSerializeVisualStyle.html#C1_Win_C1Input_C1TextBox_ShouldSerializeVisualStyle">ShouldSerializeVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether <a class="xref" href="C1.Win.C1Input.C1TextBox.VisualStyle.html#C1_Win_C1Input_C1TextBox_VisualStyle">VisualStyle</a> should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_SuspendNumericInput_System_Boolean_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.SuspendNumericInput(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.SuspendNumericInput.html#C1_Win_C1Input_C1TextBox_SuspendNumericInput_System_Boolean_System_Boolean_">SuspendNumericInput(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This method temporarily disables numeric input mode</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UpdateDataType_System_Type_" data-uid="C1.Win.C1Input.C1TextBox.UpdateDataType(System.Type)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UpdateDataType.html#C1_Win_C1Input_C1TextBox_UpdateDataType_System_Type_">UpdateDataType(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UpdateNC" data-uid="C1.Win.C1Input.C1TextBox.UpdateNC">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UpdateNC.html#C1_Win_C1Input_C1TextBox_UpdateNC">UpdateNC()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UpdateSelection" data-uid="C1.Win.C1Input.C1TextBox.UpdateSelection">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UpdateSelection.html#C1_Win_C1Input_C1TextBox_UpdateSelection">UpdateSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates selection of the text according to the <a class="xref" href="C1.Win.C1Input.C1TextBox.InitialSelection.html#C1_Win_C1Input_C1TextBox_InitialSelection">InitialSelection</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_UpdateValueWithCurrentText" data-uid="C1.Win.C1Input.C1TextBox.UpdateValueWithCurrentText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.UpdateValueWithCurrentText.html#C1_Win_C1Input_C1TextBox_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_C1Input_C1TextBox_ValidateText" data-uid="C1.Win.C1Input.C1TextBox.ValidateText">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ValidateText.html#C1_Win_C1Input_C1TextBox_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>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_WmNCPaintSingleline_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1TextBox.WmNCPaintSingleline(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.WmNCPaintSingleline.html#C1_Win_C1Input_C1TextBox_WmNCPaintSingleline_System_Windows_Forms_Message__">WmNCPaintSingleline(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1TextBox.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.WndProc.html#C1_Win_C1Input_C1TextBox_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></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_C1Input_C1TextBox_BindingFormatting" data-uid="C1.Win.C1Input.C1TextBox.BindingFormatting">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BindingFormatting.html">BindingFormatting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Value is retrieved from the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BindingParsing" data-uid="C1.Win.C1Input.C1TextBox.BindingParsing">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BindingParsing.html">BindingParsing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Value is stored in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_BorderColorChanged" data-uid="C1.Win.C1Input.C1TextBox.BorderColorChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.BorderColorChanged.html">BorderColorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the BorderColor property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_CultureInfoSetup" data-uid="C1.Win.C1Input.C1TextBox.CultureInfoSetup">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.CultureInfoSetup.html">CultureInfoSetup</a>
        </td>
        <td class="markdown level1 summary"><p>CultureInfo can be set up (on startup) or has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_DataTypeChanged" data-uid="C1.Win.C1Input.C1TextBox.DataTypeChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.DataTypeChanged.html">DataTypeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DataType property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_FormatError" data-uid="C1.Win.C1Input.C1TextBox.FormatError">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.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_C1Input_C1TextBox_Formatted" data-uid="C1.Win.C1Input.C1TextBox.Formatted">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Formatted.html">Formatted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the value has been formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Formatting" data-uid="C1.Win.C1Input.C1TextBox.Formatting">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Formatting.html">Formatting</a>
        </td>
        <td class="markdown level1 summary"><p>Formatting the value programmatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_InvalidInput" data-uid="C1.Win.C1Input.C1TextBox.InvalidInput">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.InvalidInput.html">InvalidInput</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when invalid character is in input.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_MarginsChanged" data-uid="C1.Win.C1Input.C1TextBox.MarginsChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.MarginsChanged.html">MarginsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Margins property or one of the margins has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_Parsed" data-uid="C1.Win.C1Input.C1TextBox.Parsed">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.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_C1Input_C1TextBox_Parsing" data-uid="C1.Win.C1Input.C1TextBox.Parsing">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.Parsing.html">Parsing</a>
        </td>
        <td class="markdown level1 summary"><p>Programmatic parsing of the input string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_PostValidated" data-uid="C1.Win.C1Input.C1TextBox.PostValidated">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.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_C1Input_C1TextBox_PostValidating" data-uid="C1.Win.C1Input.C1TextBox.PostValidating">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PostValidating.html">PostValidating</a>
        </td>
        <td class="markdown level1 summary"><p>Programmatic typed value validation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_PreValidated" data-uid="C1.Win.C1Input.C1TextBox.PreValidated">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.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_C1Input_C1TextBox_PreValidating" data-uid="C1.Win.C1Input.C1TextBox.PreValidating">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.PreValidating.html">PreValidating</a>
        </td>
        <td class="markdown level1 summary"><p>Programmatic input string validation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ValidationError" data-uid="C1.Win.C1Input.C1TextBox.ValidationError">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ValidationError.html">ValidationError</a>
        </td>
        <td class="markdown level1 summary"><p>Error occurred while parsing or validating the input string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_ValueChanged" data-uid="C1.Win.C1Input.C1TextBox.ValueChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_VerticalAlignChanged" data-uid="C1.Win.C1Input.C1TextBox.VerticalAlignChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.VerticalAlignChanged.html">VerticalAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the VerticalAlign property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1TextBox_VisualStyleChanged" data-uid="C1.Win.C1Input.C1TextBox.VisualStyleChanged">
          <a class="xref" href="C1.Win.C1Input.C1TextBox.VisualStyleChanged.html">VisualStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the VisualStyle property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
