ComponentOne MultiSelect for WinForms
C1.Win.Input.Formating Namespace / MaskInfo Class / Inherit Property

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