Input for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / FormatInfo Class / Inherit Property

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