Input for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / FormatErrorEventArgs Class / ErrorMessage Property

In This Topic
    ErrorMessage Property (FormatErrorEventArgs)
    In This Topic
    Gets or sets the error description shown as the tooltip in the ErrorProvider icon, if ErrorInfo.ErrorProvider property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Property ErrorMessage As String
    public virtual string ErrorMessage {get; set;}
    See Also