ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharType Enumeration

In This Topic
    CharType Enumeration
    In This Topic
    Defines the category of a Unicode character.
    Syntax
    'Declaration
     
    
    Public Enum CharType 
       Inherits System.Enum
    public enum CharType : 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.Framework.CharType

    See Also