Input for WinForms | ComponentOne
C1.Win.Input Namespace / TypeRestriction Enumeration

In This Topic
    TypeRestriction Enumeration
    In This Topic
    Specifies the type restriction for parsing.
    Syntax
    'Declaration
     
    
    Public Enum TypeRestriction 
       Inherits System.Enum
    public enum TypeRestriction : System.Enum 
    Members
    MemberDescription
    AnyTypeAny type of data.
    DateTimeOnly DateTime data type.
    NumbersOnly number data type.
    Inheritance Hierarchy

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

    See Also