# GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl" class="text-break">GcMaskEditingControl Class
</h1>
  <div class="markdown level0 summary"><p>The editing control for GcMaskCellType.</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"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.html">FieldsEditorControl</a></div>
    <div class="level9"><span class="xref">GcMask</span></div>
    <div class="level10"><span class="xref">GcMaskEditingControl</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_GcMaskEditingControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcMaskEditingControl : GcMask, 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 GcMaskEditingControl
    Inherits GcMask
    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_GcMaskEditingControl__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl__ctor">GcMaskEditingControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.html">GcMaskEditingControl</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_GcMaskEditingControl_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.Font">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.Font.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_SubEditor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.SubEditor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.SubEditor.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_IsInputKey_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.IsInputKey.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_MoveFocusByKeyExit_GrapeCity_Win_Spread_InputMan_CellType_KeyExitEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.MoveFocusByKeyExit(GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.MoveFocusByKeyExit.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnAfterFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnAfterFocus.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnEnter_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnEnter(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnEnter.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnGotFocus_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnGotFocus(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnGotFocus.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnInvalidInput_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnInvalidInput(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnInvalidInput.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnKeyDown.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnKeyPress.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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_GcMaskEditingControl_OnParentChanged_System_EventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnParentChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.OnParentChanged.html#GrapeCity_Win_Spread_InputMan_CellType_GcMaskEditingControl_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>
    </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_GcMaskEditingControl_AfterFocus" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.AfterFocus">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcMaskEditingControl.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control gets focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
