ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ParseInfo Class / Inherit Property

In This Topic
    Inherit Property (ParseInfo)
    In This Topic
    Manages inheritance of the ParseInfo properties from the host control properties.
    Syntax
    'Declaration
     
    Public Property Inherit As ParseInfoInheritFlags
    public ParseInfoInheritFlags Inherit {get; set;}
    See Also