# GrapeCity.Win.Spread.InputMan.CellType.ExitOnLeftRightKey

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ExitOnLeftRightKey" class="text-break">ExitOnLeftRightKey Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the action for the left or right arrow key.</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_ExitOnLeftRightKey_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExitOnLeftRightKey</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExitOnLeftRightKey</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The left or right key causes focus to be lost when the caret is at the left-most or right-most position.</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_ExitOnLeftRightKey_Both">Both</td>
        <td><p>Specifies to move to the previous or next control when pressing the left or right or Ctrl+left or Ctrl+right keys on the first or last character of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey_Left">Left</td>
        <td><p>Specifies to move to the previous control when pressing left or Ctrl+left keys on the first character of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey_None">None</td>
        <td><p>Specifies no action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey_Right">Right</td>
        <td><p>Specifies to move to the next control when pressing right or Ctrl+right keys on the last character of the control.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
