Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ParseInfo Class / Inherit Property

In This Topic
    Inherit Property (ParseInfo)
    In This Topic
    Gets or sets a value manages inheritance of the ParseInfo properties from the host control properties.
    Syntax
    'Declaration
     
    
    Public Property Inherit As ParseInfoInheritProperties
    public ParseInfoInheritProperties Inherit {get; set;}
    See Also