# C1.Win.Input.CharCategories

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Input_CharCategories" data-uid="C1.Win.Input.CharCategories" class="text-break">CharCategories Enum
</h1>
  <div class="markdown level0 summary"><p>Defines rules to filter keyboard input.</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_CharCategories_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[TypeConverter(typeof(CharCategoriesConverter))]
public enum CharCategories</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
&lt;TypeConverter(GetType(CharCategoriesConverter))&gt;
Public Enum CharCategories</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_CharCategories_AutoConvert">AutoConvert</td>
        <td><p>Auto conversion if possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_BigKana">BigKana</td>
        <td><p>Only big kana letters are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_DoubleByte">DoubleByte</td>
        <td><p>Only double byte characters are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_Hiragana">Hiragana</td>
        <td><p>Only hiragana is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_Katakana">Katakana</td>
        <td><p>Only katakana is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_Letter">Letter</td>
        <td><p>Letters allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_LowerCase">LowerCase</td>
        <td><p>Only lower case letters are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_None">None</td>
        <td><p>Keyboard input isn't filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_Number">Number</td>
        <td><p>Numbers are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_SingleByte">SingleByte</td>
        <td><p>Only single byte characters are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_Symbol">Symbol</td>
        <td><p>Symbols are allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharCategories_UpperCase">UpperCase</td>
        <td><p>Only upper case letters are allowed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
