# C1.Win.Input.NumericInputKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Input_NumericInputKeys" data-uid="C1.Win.Input.NumericInputKeys" class="text-break">NumericInputKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the special keyboard input mode for the <a class="xref" href="C1.Win.Input.C1NumericEdit.html">C1NumericEdit</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_NumericInputKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum NumericInputKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum NumericInputKeys</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_Win_Input_NumericInputKeys_All">All</td>
        <td><p>This value is a combination of all enum values</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_Decimal">Decimal</td>
        <td><p>Indicates that Decimal key enters a decimal separator regardless of culture settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_F2">F2</td>
        <td><p>Indicates that F2 enters negative infinity (-Infinity).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_F3">F3</td>
        <td><p>Indicates that F3 enters positive infinity (+Infinity).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_F4">F4</td>
        <td><p>Indicates that F4 enters the &quot;not a number&quot; value (NaN).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_F9">F9</td>
        <td><p>Indicates that F9 toggles the sign of the displayed number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_Minus">Minus</td>
        <td><p>Indicates that '-' makes the displayed number negative.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_None">None</td>
        <td><p>Indicates that none of the Input Keys are used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_Plus">Plus</td>
        <td><p>Indicates that '+' makes the displayed number positive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_Standard">Standard</td>
        <td><p>This value is a combination of the F9, Minus, Plus, Decimal, and X values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_NumericInputKeys_X">X</td>
        <td><p>Indicates that the X key starts entry of the exponent part in scientific-notation numbers.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
