ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharType Enumeration

In This Topic
    CharType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum CharType 
       Inherits System.Enum
    public enum CharType : System.Enum 
    Members
    MemberDescription
    Control 
    FarEastPunctation 
    FullWidth 
    Hangul 
    Hiragana 
    Katakana 
    LowerCase 
    MathSymbol 
    Numeric 
    OtherChar 
    Punctuation 
    Space 
    Symbol 
    UpperCase 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.CharType

    See Also