[]
        
(Showing Draft Content)

C1.Win.Input.CharCategories

CharCategories Enum

Defines rules to filter keyboard input.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
[Flags]
[TypeConverter(typeof(CharCategoriesConverter))]
public enum CharCategories

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.

None

Keyboard input isn't filtering.

Number

Numbers are allowed.

SingleByte

Only single byte characters are allowed.

Symbol

Symbols are allowed.

UpperCase

Only upper case letters are allowed.