# C1.Win.Input.Base.Editors.TextEditorBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Editors_TextEditorBase" data-uid="C1.Win.Input.Base.Editors.TextEditorBase" class="text-break">TextEditorBase Class
</h1>
  <div class="markdown level0 summary"><p>Implements the functionality of the textbox control with additional styles.</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">TextEditorBase</span></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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Base.Editors.html">C1.Win.Input.Base.Editors</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Base_Editors_TextEditorBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextEditorBase : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextEditorBase
    Inherits TextBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_Editors_TextEditorBase__ctor" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.#ctor">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.-ctor.html#C1_Win_Input_Base_Editors_TextEditorBase__ctor">TextEditorBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.html">TextEditorBase</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_Editors_TextEditorBase_PlaceHolder" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.PlaceHolder">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.PlaceHolder.html#C1_Win_Input_Base_Editors_TextEditorBase_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_Editors_TextEditorBase_PlaceHolderColor" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.PlaceHolderColor">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.PlaceHolderColor.html#C1_Win_Input_Base_Editors_TextEditorBase_PlaceHolderColor">PlaceHolderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of place holder text.</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_Editors_TextEditorBase_CreateHandle" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.CreateHandle">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.CreateHandle.html#C1_Win_Input_Base_Editors_TextEditorBase_CreateHandle">CreateHandle()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Editors_TextEditorBase_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.OnEnabledChanged.html#C1_Win_Input_Base_Editors_TextEditorBase_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Editors_TextEditorBase_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.OnGotFocus.html#C1_Win_Input_Base_Editors_TextEditorBase_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Editors_TextEditorBase_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.OnLostFocus.html#C1_Win_Input_Base_Editors_TextEditorBase_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Editors_TextEditorBase_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.OnPaint.html#C1_Win_Input_Base_Editors_TextEditorBase_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Editors_TextEditorBase_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.Input.Base.Editors.TextEditorBase.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.Input.Base.Editors.TextEditorBase.WndProc.html#C1_Win_Input_Base_Editors_TextEditorBase_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
