# GrapeCity.Win.Spread.InputMan.CellType.EditBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase" class="text-break">EditBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for the text editing 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"><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"><span class="xref">EditBase</span></div>
      <div class="level8"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.html">FieldsEditorControl</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.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>
  <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_EditBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EditBase : ControlBase, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EditBase
    Inherits ControlBase
    Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class will process the synchronization between ControlBase and InnerEditor.</p>
</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_EditBase__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase__ctor">EditBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.html">EditBase</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase__ctor_System_ComponentModel_IContainer_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.#ctor(System.ComponentModel.IContainer)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase__ctor_System_ComponentModel_IContainer_">EditBase(IContainer)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.html">EditBase</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_EditBase_ActiveBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ActiveBackColor">ActiveBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color when the control has the input focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ActiveForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ActiveForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ActiveForeColor">ActiveForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color when the control has the input focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AutoSize" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSize">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSize.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the control is automatically sized to show all the content in a vertical direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackgroundImage" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackgroundImage">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackgroundImage.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image displayed in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackgroundImageLayout" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackgroundImageLayout">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BackgroundImageLayout.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image layout as defined in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.imagelayout">ImageLayout</a> enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_BorderStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border that is drawn around the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.html">EditBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_CanUndo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.CanUndo">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.CanUndo.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_CanUndo">CanUndo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the control can undo the previous operation in a control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContentAlignment">ContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content alignment of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContextMenuStrip" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenuStrip">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenuStrip.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.contextmenustrip">ContextMenuStrip</a> associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultImeMode.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultImeMode">DefaultImeMode</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>
Gets the default Input Method Editor (IME) mode supported by the control.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultSize" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultSize">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DefaultSize.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DefaultSize">DefaultSize</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>
Gets the default size of the control.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DisabledBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DisabledBackColor">DisabledBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the disabled background color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DisabledForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DisabledForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DisabledForeColor">DisabledForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the disabled foreground color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_EditMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.EditMode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.EditMode.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_EditMode">EditMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the edit mode of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLastChar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLastChar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLastChar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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="GrapeCity_Win_Spread_InputMan_CellType_EditBase_FlatStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.FlatStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.FlatStyle.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_FlatStyle">FlatStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the flat style of the edit control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Font">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Font.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_ForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_HideSelection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelection">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelection.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_HideSelection">HideSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to hide the selection when the control does not have focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ImeMode.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Input Method Editor (IME) mode of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Initializing" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Initializing">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Initializing.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Initializing">Initializing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.html">EditBase</a> is initializing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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 was created or its contents were last set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OverWrite" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OverWrite">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OverWrite.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OverWrite">OverWrite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current edit status of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Padding" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Padding">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Padding.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets padding within the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnly" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnly">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnly.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether this control is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnlyBackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyBackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyBackColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnlyBackColor">ReadOnlyBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color when the control is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnlyForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnlyForeColor">ReadOnlyForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color when the control is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectedText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectedText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectedText.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the currently selected text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectionLength" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectionLength">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectionLength.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters selected in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectionStart" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectionStart">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectionStart.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of the character's position to start selecting from.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowContextMenu" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowContextMenu">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowContextMenu.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowContextMenu">ShowContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to pop up the context menu of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowGrippers" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowGrippers">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowGrippers.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowGrippers">ShowGrippers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether shown grippers when inputting by touch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowTouchToolBar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowTouchToolBar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ShowTouchToolBar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ShowTouchToolBar">ShowTouchToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the how to show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchToolBar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchToolBar">TouchToolBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SingleBorderColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SingleBorderColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SingleBorderColor.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SingleBorderColor">SingleBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color when <b>BorderStyle</b> is <b>FixedSingle</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Text" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Text">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Text.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_TextLength" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TextLength">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TextLength.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TextLength">TextLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchContextMenuScale" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchContextMenuScale">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchContextMenuScale.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchContextMenuScale">TouchContextMenuScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the factor applies to context menu item's height while context menu is popped up by touch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchDropDownScale" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchDropDownScale">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchDropDownScale.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchDropDownScale">TouchDropDownScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the factor applies to dropdown item while opening dropdown by touch behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchToolBar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchToolBar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchToolBar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchToolBar">TouchToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shown <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchToolBar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_TouchToolBar">TouchToolBar</a> by touch operation.</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_EditBase_AppendText_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_System_String_">AppendText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends text to the current text of the edit control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ClearUndo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ClearUndo">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ClearUndo.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ClearUndo">ClearUndo()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears information about the most recent operation from the undo buffer of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Copy" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Copy">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Copy.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Copy">Copy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the current selection in the control to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Cut" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Cut">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Cut.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the current selection in the control to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_DeselectAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DeselectAll">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DeselectAll.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DeselectAll">DeselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies that the value of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectionLength.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectionLength">SelectionLength</a> property
is zero so that no characters are selected in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Dispose_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Dispose.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the ElementContainerControl and its child controls or elements
and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_GetDefaultShortcuts" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.GetDefaultShortcuts">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.GetDefaultShortcuts.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_GetDefaultShortcuts">GetDefaultShortcuts()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default shortcuts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_GetPreferredSize_System_Drawing_Size_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.GetPreferredSize(System.Drawing.Size)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.GetPreferredSize.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_GetPreferredSize_System_Drawing_Size_">GetPreferredSize(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the size of a rectangular area into which a control can fit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_IsInputChar_System_Char_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.IsInputChar(System.Char)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.IsInputChar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_IsInputChar_System_Char_">IsInputChar(char)</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 if a character is an input character that the control recognizes.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_IsInputKey_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.IsInputKey.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_MoveFocusByKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.MoveFocusByKeyExit(GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.MoveFocusByKeyExit.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_OnBorderStyleChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnBorderStyleChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnBorderStyleChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnBorderStyleChanged_System_EventArgs_">OnBorderStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyleChanged.html">BorderStyleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnContentAlignmentChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnContentAlignmentChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnContentAlignmentChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnContentAlignmentChanged_System_EventArgs_">OnContentAlignmentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <b>ContentAlignment</b> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_GrapeCity_Win_Spread_InputMan_CellType_EditStatusChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged(GrapeCity.Win.Spread.InputMan.CellType.EditStatusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEditStatusChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEditStatusChanged_GrapeCity_Win_Spread_InputMan_CellType_EditStatusChangedEventArgs_">OnEditStatusChanged(EditStatusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <b>EditStatus</b>Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEnabledChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEnabledChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(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.enabledchanged">EnabledChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnEnter_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEnter(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnEnter.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_OnFontChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnFontChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnFontChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnFontChanged_System_EventArgs_">OnFontChanged(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.fontchanged">FontChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnGotFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnGotFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnGotFocus.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnGotFocus_System_EventArgs_">OnGotFocus(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.gotfocus">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnHandleCreated_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnHandleCreated.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnHandleCreated_System_EventArgs_">OnHandleCreated(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.handlecreated">HandleCreated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnHideSelectionChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnHideSelectionChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnHideSelectionChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnHideSelectionChanged_System_EventArgs_">OnHideSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelection.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_HideSelection">HideSelection</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnInvalidInput_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnInvalidInput(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnInvalidInput.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_OnKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnKeyExit(GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnKeyExit.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_">OnKeyExit(KeyExitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.KeyExit.html">KeyExit</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnLeave_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLeave(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLeave.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_OnLocationChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLocationChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnLocationChanged_System_EventArgs_">OnLocationChanged(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.locationchanged">LocationChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnLostFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLostFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnLostFocus.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raise 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_EditBase_OnModifiedChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnModifiedChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnModifiedChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnModifiedChanged_System_EventArgs_">OnModifiedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ModifiedChanged.html">ModifiedChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnPaddingChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnPaddingChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnPaddingChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnPaddingChanged_System_EventArgs_">OnPaddingChanged(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.paddingchanged">PaddingChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnParentBackColorChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnParentBackColorChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnParentBackColorChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnParentBackColorChanged_System_EventArgs_">OnParentBackColorChanged(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.backcolorchanged">BackColorChanged</a> event when the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backcolor">BackColor</a> property value of the control's container changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnReadOnlyChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnReadOnlyChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnReadOnlyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnReadOnlyChanged_System_EventArgs_">OnReadOnlyChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyChanged.html">ReadOnlyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnTextChanging_GrapeCity_Win_Spread_InputMan_CellType_TextChangingEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnTextChanging(GrapeCity.Win.Spread.InputMan.CellType.TextChangingEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnTextChanging.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnTextChanging_GrapeCity_Win_Spread_InputMan_CellType_TextChangingEventArgs_">OnTextChanging(TextChangingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TextChanging.html">TextChanging</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnValidated_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnValidated(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnValidated.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnValidated_System_EventArgs_">OnValidated(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.validated">Validated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnValidating_System_ComponentModel_CancelEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnValidating(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnValidating.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnValidating_System_ComponentModel_CancelEventArgs_">OnValidating(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.validating">Validating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnVisibleChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.OnVisibleChanged.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(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.visiblechanged">VisibleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Paste" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Paste">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Paste.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Paste">Paste()</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the current selection in the control with the contents of the <b>Clipboard</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ResetText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ResetText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ResetText.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Text.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Text">Text</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ScrollToCaret" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ScrollToCaret">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ScrollToCaret.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ScrollToCaret">ScrollToCaret()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the content of the control to the current caret position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Select_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Select(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Select.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a range of text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SetBoundsCore.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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"><p>Sets the specified boundary of the <b>EditBase</b> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Undo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Undo">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Undo.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Undo">Undo()</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the last edit operation in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_WndProc_System_Windows_Forms_Message__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.WndProc.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_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_EditBase_AutoSizeChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSizeChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSizeChanged.html">AutoSizeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSize.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_AutoSize">AutoSize</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_BorderStyleChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyleChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyleChanged.html">BorderStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.BorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_BorderStyle">BorderStyle</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContentAlignmentChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignmentChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignmentChanged.html">ContentAlignmentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ContentAlignment">ContentAlignment</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_EditStatusChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.EditStatusChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.EditStatusChanged.html">EditStatusChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when toggling between insert and overwrite mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_HideSelectionChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelectionChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelectionChanged.html">HideSelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.HideSelection.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_HideSelection">HideSelection</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_InvalidInput" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.InvalidInput">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.InvalidInput.html">InvalidInput</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when entering invalid characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_KeyExit" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.KeyExit">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.KeyExit.html">KeyExit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when entering special keys that cause the control to lose focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ModifiedChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ModifiedChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ModifiedChanged.html">ModifiedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified">Modified</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnlyChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnlyChanged.html">ReadOnlyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ReadOnly.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ReadOnly">ReadOnly</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_TextChanging" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TextChanging">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.TextChanging.html">TextChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs just before the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Text.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Text">Text</a> property is changed in the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
