# GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl" class="text-break">GcTextBoxEditingControl Class
</h1>
  <div class="markdown level0 summary"><p>The editing control for GcTextBoxCellType.</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"><span class="xref">FrameworkControl</span></div>
    <div class="level5"><span class="xref">ElementContainerControl</span></div>
    <div class="level6"><span class="xref">ControlBase</span></div>
    <div class="level7"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.html">EditBase</a></div>
    <div class="level8"><span class="xref">GcTextBox</span></div>
    <div class="level9"><span class="xref">GcTextBoxEditingControl</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.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.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="../FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.IEditorSupport.html">IEditorSupport</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ITouchEditor.html">ITouchEditor</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.IInputScopeSupport.html">IInputScopeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.IEditorModifiedStatusSupport2.html">IEditorModifiedStatusSupport2</a></div>
    <div><a class="xref" href="../FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.IEditorModifiedStatusSupport.html">IEditorModifiedStatusSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcTextBoxEditingControl : GcTextBox, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GcTextBoxEditingControl
    Inherits GcTextBox
    Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport</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="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl__ctor">GcTextBoxEditingControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.html">GcTextBoxEditingControl</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="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.Font">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.Font.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the text displayed by the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_SubEditor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.SubEditor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.SubEditor.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_SubEditor">SubEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the subeditor in the cell.</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="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_Dispose_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.Dispose.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the ElementContainerControl and and its child controls or elements
and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_IsInputKey_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.IsInputKey.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>This API supports the .NET Framework infrastructure and is not intended to be used directly
from your code.</p>
<p></p>
Determines whether the specified key is a regular input key or a special key that requires
preprocessing.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_MoveFocusByKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.MoveFocusByKeyExit(GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.MoveFocusByKeyExit.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_MoveFocusByKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_">MoveFocusByKeyExit(KeyExitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the focus using the key exit event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnAfterFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnAfterFocus.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnAfterFocus_System_EventArgs_">OnAfterFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnDropDownClosed_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnDropDownClosed.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.DropDownClosed</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnDropDownOpening_GrapeCity_Win_Spread_InputMan_CellType_DropDownOpeningEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnDropDownOpening(GrapeCity.Win.Spread.InputMan.CellType.DropDownOpeningEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnDropDownOpening.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnDropDownOpening_GrapeCity_Win_Spread_InputMan_CellType_DropDownOpeningEventArgs_">OnDropDownOpening(DropDownOpeningEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.DropDownOpening</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnEnter_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnEnter(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnEnter.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnEnter_System_EventArgs_">OnEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enter">Enter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnGotFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnGotFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnGotFocus.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GotFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnInvalidInput_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnInvalidInput(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnInvalidInput.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnInvalidInput_System_EventArgs_">OnInvalidInput(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.InvalidInput.html">InvalidInput</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnKeyDown.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the KeyDown event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnKeyPress.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the KeyPress event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnLeave_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnLeave(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnLeave.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnLeave_System_EventArgs_">OnLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.leave">Leave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnLostFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnLostFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnLostFocus.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.lostfocus">LostFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnParentChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnParentChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.OnParentChanged.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.parentchanged">ParentChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_WndProc_System_Windows_Forms_Message__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.WndProc.html#GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes Windows messages.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxEditingControl_AfterFocus" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.AfterFocus">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control gets focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
