ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1Label Class / ErrorProvider Property

In This Topic
    ErrorProvider Property (C1Label)
    In This Topic
    Gets or sets an System.Windows.Forms.ErrorProvider object used to indicate error state of the control.
    Syntax
    'Declaration
     
    
    Public Property ErrorProvider As ErrorProvider
    public ErrorProvider ErrorProvider {get; set;}
    See Also