# C1.C1Preview.FormsKeyActionEnterEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_FormsKeyActionEnterEnum" data-uid="C1.C1Preview.FormsKeyActionEnterEnum" class="text-break">FormsKeyActionEnterEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies an action that is to be performed when the <b>ENTER</b> key is pressed
on a page containing <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>-derived objects,
while the containing <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> is shown
by a supporting viewer (e.g. by <b>C1.Win.C1Preview.C1PrintPreviewControl</b>).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_FormsKeyActionEnterEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormsKeyActionEnterEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormsKeyActionEnterEnum</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="C1_C1Preview_FormsKeyActionEnterEnum_InvokeAcceptButton">InvokeAcceptButton</td>
        <td><p>The current form's <b>Accept</b> button is invoked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FormsKeyActionEnterEnum_LikeTab">LikeTab</td>
        <td><p>The same action as that of the <b>TAB</b> key is taken.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FormsKeyActionEnterEnum_None">None</td>
        <td><p>No action is taken.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
