# GrapeCity.Win.Spread.InputMan.CellType.ExitKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ExitKeys" class="text-break">ExitKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which keys cause the control to lose focus.</p>
</div>
  <div class="markdown level0 conceptual"></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_ExitKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExitKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExitKeys</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The enumeration variable indicates which key, composite key, or shortcut key causes focus to be lost.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_CharInput">CharInput</td>
        <td><p>Indicates the last character finishes the input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_CtrlLeft">CtrlLeft</td>
        <td><p>Indicates the Ctrl + Left arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_CtrlRight">CtrlRight</td>
        <td><p>Indicates the Ctrl + Right arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_Left">Left</td>
        <td><p>Indicates the left arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_NextControl">NextControl</td>
        <td><p>Indicates the shortcut key(s) set to <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.NextControl()</span> KeyAction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_PreviousControl">PreviousControl</td>
        <td><p>Indicates the shortcut key(s) set to <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.PreviousControl()</span> KeyAction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_Right">Right</td>
        <td><p>Indicates the right arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_ShiftTab">ShiftTab</td>
        <td><p>Indicates the Shift + Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitKeys_Tab">Tab</td>
        <td><p>Indicates the Tab key.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
