C1.Win.Input Namespace / TypeRestriction Enumeration

TypeRestriction Enumeration
Specifies the type restriction for parsing.
Syntax
'Declaration
 
Public Enum TypeRestriction 
   Inherits 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