# C1.Win.C1Input.NumericInputKeyFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_NumericInputKeyFlags" data-uid="C1.Win.C1Input.NumericInputKeyFlags" class="text-break">NumericInputKeyFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Used by C1TextBox.NumericInputKeys property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_NumericInputKeyFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[TypeConverter(typeof(NumericInputKeyConverter))]
public enum NumericInputKeyFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
&lt;TypeConverter(GetType(NumericInputKeyConverter))&gt;
Public Enum NumericInputKeyFlags</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_C1Input_NumericInputKeyFlags_All">All</td>
        <td><p>This value is a combination of all enum values</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_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_C1Input_NumericInputKeyFlags_F2">F2</td>
        <td><p>Indicates that F2 enters negative infinity (-Infinity).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_F3">F3</td>
        <td><p>Indicates that F3 enters positive infinity (+Infinity).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_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_C1Input_NumericInputKeyFlags_F9">F9</td>
        <td><p>Indicates that F9 toggles the sign of the displayed number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_Minus">Minus</td>
        <td><p>Indicates that '-' makes the displayed number negative.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_None">None</td>
        <td><p>Indicates that none of the Input Keys are used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_Plus">Plus</td>
        <td><p>Indicates that '+' makes the displayed number positive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_NumericInputKeyFlags_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_C1Input_NumericInputKeyFlags_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>
