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

In This Topic
    ParseInfoInheritFlags Enumeration
    In This Topic
    Used by ParseInfo.Inherit property.
    Syntax
    'Declaration
     
    Public Enum ParseInfoInheritFlags 
       Inherits System.Enum
    public enum ParseInfoInheritFlags : 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.
    CustomFormatIndicates that the value of the CustomFormat property is inherited from the control.
    EmptyAsNullIndicates that the value of the EmptyAsNull property is inherited from the control.
    ErrorMessageIndicates that the value of the ErrorMessage property is inherited from the control.
    FormatTypeIndicates that the value of the FormatType property is inherited from the control.
    NoneIndicates that none of the properties are inherited from the control.
    NullTextIndicates that the value of the NullText property is inherited from the control.
    TrimEndIndicates that the value of the TrimEnd property is inherited from the control.
    TrimStartIndicates that the value of the TrimStart property is inherited from the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.ParseInfoInheritFlags

    See Also