C1.Win.Input Namespace / MaskInfoInheritProperties Enumeration

MaskInfoInheritProperties Enumeration
Specifies how to manages inheritance of the MaskInfo properties from the host control properties.
Syntax
'Declaration
 
Public Enum MaskInfoInheritProperties 
   Inherits System.Enum
 
Members
MemberDescription
AllIndicates that all properties are inherited from the control.
CaseSensitiveIndicates that the CaseSensitive property is inherited from the control.
EmptyAsNullIndicates that the EmptyAsNull property is inherited from the control.
ErrorMessageIndicates that the ErrorMessage property is inherited from the control.
NoneIndicates that none of the properties are inherited from the control.
Inheritance Hierarchy

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

See Also