# GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl" class="text-break">FieldsEditorControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for the formatted text editors.</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">FieldsEditorControl</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>
  <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_FieldsEditorControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FieldsEditorControl : EditBase, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FieldsEditorControl
    Inherits EditBase
    Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl__ctor">FieldsEditorControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.html">FieldsEditorControl</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl__ctor_System_ComponentModel_IContainer_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.#ctor(System.ComponentModel.IContainer)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl__ctor_System_ComponentModel_IContainer_">FieldsEditorControl(IContainer)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.html">FieldsEditorControl</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_FieldsEditorControl_BackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.BackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.BackColor.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_BorderStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.BorderStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.BorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ClipContent" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ClipContent">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ClipContent.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ClipContent">ClipContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how data should be copied to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_DisplayText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DisplayText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DisplayText.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_FlatStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FlatStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FlatStyle.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_FlatStyle">FlatStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the flat style of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_HighlightText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.HighlightText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.HighlightText.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_HighlightText">HighlightText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to select the text when the control receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_InputStatus" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.InputStatus">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.InputStatus.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_InputStatus">InputStatus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current input status of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_PromptChar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.PromptChar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.PromptChar.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used as an input prompt.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals">ShowLiterals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the literals during user entry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_SingleBorderColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SingleBorderColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SingleBorderColor.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_SingleBorderColor">SingleBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color when <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.BorderStyle.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_BorderStyle">BorderStyle</a> is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.borderstyle#system-windows-forms-borderstyle-fixedsingle">FixedSingle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction">TabAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tab key moves the focus between controls or between
fields within the control.</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_FieldsEditorControl_Dispose_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.Dispose.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_DoSpinDown" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DoSpinDown">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DoSpinDown.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_DoSpinDown">DoSpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin down action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_DoSpinUp" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DoSpinUp">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.DoSpinUp.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_DoSpinUp">DoSpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the spin up action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_IsInputKey_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.IsInputKey.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is a regular input key or a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnEnabledChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnEnabledChanged.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_OnFieldEnter_GrapeCity_Win_Spread_InputMan_CellType_FieldEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldEnter(GrapeCity.Win.Spread.InputMan.CellType.FieldEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldEnter.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnFieldEnter_GrapeCity_Win_Spread_InputMan_CellType_FieldEventArgs_">OnFieldEnter(FieldEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldEnter.html">FieldEnter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnFieldLeave_GrapeCity_Win_Spread_InputMan_CellType_FieldEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldLeave(GrapeCity.Win.Spread.InputMan.CellType.FieldEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldLeave.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnFieldLeave_GrapeCity_Win_Spread_InputMan_CellType_FieldEventArgs_">OnFieldLeave(FieldEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldLeave.html">FieldLeave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnFieldPaint_GrapeCity_Win_Spread_InputMan_CellType_FieldPaintEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldPaint(GrapeCity.Win.Spread.InputMan.CellType.FieldPaintEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnFieldPaint.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnFieldPaint_GrapeCity_Win_Spread_InputMan_CellType_FieldPaintEventArgs_">OnFieldPaint(FieldPaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldPaint.html">FieldPaint</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnGotFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnGotFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnGotFocus.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnKeyDown.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_OnLostFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnLostFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnLostFocus.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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_FieldsEditorControl_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnMouseUp.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseUp event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnSpinDown_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnSpinDown(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnSpinDown.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnSpinDown_System_EventArgs_">OnSpinDown(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinDown.html">SpinDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnSpinUp_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnSpinUp(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnSpinUp.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnSpinUp_System_EventArgs_">OnSpinUp(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinUp.html">SpinUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_OnVisibleChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.OnVisibleChanged.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_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>
    </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_FieldsEditorControl_FieldEnter" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldEnter">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldEnter.html">FieldEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when any field is entered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_FieldLeave" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldLeave">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldLeave.html">FieldLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when input focus leaves a field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_FieldPaint" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldPaint">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.FieldPaint.html">FieldPaint</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when any field is painted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_SpinDown" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinDown">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinDown.html">SpinDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the spin action is down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_SpinUp" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinUp">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.SpinUp.html">SpinUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the spin action is up.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
