[]
        
(Showing Draft Content)

C1.Win.C1Input.CharCategory

CharCategory Enum

Defines rules to filter keyboard input.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[Flags]
[TypeConverter(typeof(CharCategoryConverter))]
public enum CharCategory

Fields

Name 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.