MultiSelect for WinForms
CharCategory 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : CharCategory 列挙体
Defines rules to filter keyboard input.
シンタックス
'宣言
 
Public Enum CharCategory 
   Inherits System.Enum
public enum CharCategory : System.Enum 
メンバ
メンバ解説
AutoConvertAuto conversion if possible.
BigKanaOnly big kana letters are allowed.
DoubleByteOnly double byte characters are allowed.
HiraganaOnly hiragana is allowed.
KatakanaOnly katakana is allowed.
LetterLetters allowed.
LowerCaseOnly lower case letters are allowed.
NumberNumbers are allowed.
SingleByteOnly single byte characters are allowed.
SymbolSymbols are allowed.
UpperCaseOnly upper case letters are allowed.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.CharCategory

参照

C1.Win.C1Input 名前空間