'DeclarationPublic Enum CharCategory Inherits System.Enum
public enum CharCategory : System.Enum
'DeclarationPublic Enum CharCategory Inherits System.Enum
public enum CharCategory : System.Enum
| Member | Description |
|---|---|
| AutoConvert | Auto conversion if possible. |
| BigKana | Only big kana letters are allowed. |
| DoubleByte | Only double byte characters are allowed. |
| Hiragana | Only hiragana is allowed. |
| Katakana | Only katakana is allowed. |
| Letter | Letters allowed. |
| LowerCase | Only lower case letters are allowed. |
| Number | Numbers are allowed. |
| SingleByte | Only single byte characters are allowed. |
| Symbol | Symbols are allowed. |
| UpperCase | Only upper case letters are allowed. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.CharCategory