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

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