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

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