Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ErrorInfo Class / C1SuperErrorProvider Property

In This Topic
    C1SuperErrorProvider Property
    In This Topic
    Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.
    Syntax
    'Declaration
     
    
    Public Property C1SuperErrorProvider As ISuperErrorProvider
    public ISuperErrorProvider C1SuperErrorProvider {get; set;}
    See Also