ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / FormatErrorEventArgs Class / ErrorMessage Property

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