# FarPoint.Win.SuperEdit.AcceptsArrowKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_SuperEdit_AcceptsArrowKeys" data-uid="FarPoint.Win.SuperEdit.AcceptsArrowKeys" class="text-break">AcceptsArrowKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the control processes the keyboard arrow keys in the text box.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.SuperEdit.html">FarPoint.Win.SuperEdit</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_SuperEdit_AcceptsArrowKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AcceptsArrowKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AcceptsArrowKeys</code></pre>
  </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="FarPoint_Win_SuperEdit_AcceptsArrowKeys_AllArrows">AllArrows</td>
        <td><p>Processes all the keyboard arrow keys (like Arrows and CtrlArrows combined).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_AcceptsArrowKeys_AllArrowsIgnoringMultiline">AllArrowsIgnoringMultiline</td>
        <td><p>Processes all the keyboard arrow keys regardless of the Multiline property setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_AcceptsArrowKeys_Arrows">Arrows</td>
        <td><p>Processes the keyboard arrow keys but not with the Ctrl key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_AcceptsArrowKeys_CtrlArrows">CtrlArrows</td>
        <td><p>Processes the keyboard arrow keys only when the Ctrl key is also pressed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_AcceptsArrowKeys_None">None</td>
        <td><p>Does not process any of the arrow keys.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
