C1.Win.Input Namespace / CharTypes Enumeration

CharTypes Enumeration
Defines the category of a Unicode character.
Syntax
'Declaration
 
Public Enum CharTypes 
   Inherits System.Enum
 
Members
MemberDescription
ControlIndicates that the character is a control code.
FarEastPunctationIndicates that the character is a CJK punctuation.
FullWidthIndicates that the character is of full width.
HangulIndicates that the character is a Hangal character.
HiraganaIndicates that the character is a Japanese Hiragana character.
KatakanaIndicates that the character is a Japanese Katakana character.
LowerCaseIndicates that the character is a lower case letter.
MathSymbolIndicates that the character is a mathematical symbol.
NumericIndicates that the character is a numeric digit.
OtherCharIndicates that the character is not of a particular category.
PunctuationIndicates that the character is a punctuation. ( Open & Close )
SpaceIndicates that the character is a space character.
SymbolIndicates that the character is a symbol.
UpperCaseIndicates that the character is an upper case letter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.CharTypes

See Also