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

In This Topic
    PostValidationInheritProperties Enumeration
    In This Topic
    Specifies how to manages inheritance of the PostValidation properties from the host control properties.
    Syntax
    'Declaration
     
    
    Public Enum PostValidationInheritProperties 
       Inherits System.Enum
    public enum PostValidationInheritProperties : System.Enum 
    Members
    MemberDescription
    AllIndicates that all properties are inherited from the control.
    CaseSensitiveIndicates that the value of the CaseSensitive property is inherited from the control.
    ErrorMessageIndicates that the value of 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.PostValidationInheritProperties

    See Also