ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfoInheritFlags Enumeration

In This Topic
    MaskInfoInheritFlags Enumeration
    In This Topic
    Used by MaskInfo.Inherit property.
    Syntax
    'Declaration
     
    Public Enum MaskInfoInheritFlags 
       Inherits System.Enum
    public enum MaskInfoInheritFlags : 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.C1Input.MaskInfoInheritFlags

    See Also