# C1.Win.Input.C1TextBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_C1TextBox" data-uid="C1.Win.Input.C1TextBox" class="text-break">C1TextBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Windows textbox control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="../C1.Win.10/C1.Framework.XViewLight.html">XViewLight</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a></div>
    <div class="level6"><a class="xref" href="C1.Win.Input.Base.C1InputHost.html">C1InputHost</a></div>
    <div class="level7"><a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.html">C1TextBoxBase</a></div>
    <div class="level8"><span class="xref">C1TextBox</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><a class="xref" href="../C1.Win.10/C1.Framework.IView.html">IView</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.ITextBoxBase.html">ITextBoxBase</a></div>
    <div><a class="xref" href="C1.Win.Input.Base.ITextBoxHolder.html">ITextBoxHolder</a></div>
    <div><a class="xref" href="C1.Win.Input.IInputEditor.html">IInputEditor</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.IEmbeddedEditor.html">IEmbeddedEditor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_C1TextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1TextBox), &quot;C1TextBox.png&quot;)]
public class C1TextBox : C1TextBoxBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, ITextBoxHolder, IInputEditor, IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1TextBox), &quot;C1TextBox.png&quot;)&gt;
Public Class C1TextBox
    Inherits C1TextBoxBase
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, ITextBoxHolder, IInputEditor, 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_Input_C1TextBox__ctor" data-uid="C1.Win.Input.C1TextBox.#ctor">
          <a class="xref" href="C1.Win.Input.C1TextBox.-ctor.html#C1_Win_Input_C1TextBox__ctor">C1TextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</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_C1TextBox_Styles" data-uid="C1.Win.Input.C1TextBox.Styles">
          <a class="xref" href="C1.Win.Input.C1TextBox.Styles.html#C1_Win_Input_C1TextBox_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> styles.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
