# C1.Framework.TextBoxElement.TextBoxWithTabHandling

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_TextBoxElement_TextBoxWithTabHandling" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling" class="text-break">TextBoxElement.TextBoxWithTabHandling Class
</h1>
  <div class="markdown level0 summary"></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">TextBoxElement.TextBoxWithTabHandling</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.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_TextBoxElement_TextBoxWithTabHandling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">protected class TextBoxElement.TextBoxWithTabHandling : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Protected Class TextBoxElement.TextBoxWithTabHandling
    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_Framework_TextBoxElement_TextBoxWithTabHandling__ctor" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.#ctor">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.-ctor.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling__ctor">TextBoxWithTabHandling()</a>
        </td>
        <td class="markdown level1 summary"></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_Framework_TextBoxElement_TextBoxWithTabHandling_CueBanner" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.CueBanner">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.CueBanner.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_CueBanner">CueBanner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual cue, or tip, that is displayed by TextBox to prompt the user for information.</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_Framework_TextBoxElement_TextBoxWithTabHandling_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.IsInputKey.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyDown.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyPress.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.OnKeyUp.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_TextBoxElement_TextBoxWithTabHandling_WndProc_System_Windows_Forms_Message__" data-uid="C1.Framework.TextBoxElement.TextBoxWithTabHandling.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Framework.TextBoxElement.TextBoxWithTabHandling.WndProc.html#C1_Framework_TextBoxElement_TextBoxWithTabHandling_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Framework.Extension.TextBoxEx.DrawText.html#C1_Framework_Extension_TextBoxEx_DrawText_System_Windows_Forms_TextBox_System_Drawing_Graphics_System_String_System_Drawing_Color_System_Drawing_Color_">TextBoxEx.DrawText(TextBox, Graphics, string, Color, Color)</a>
  </div>

</div>
