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

In This Topic
    ErrorMessageCaption Property (ErrorInfo)
    In This Topic
    Gets or sets the text to display in the title bar of the error message box.
    Syntax
    'Declaration
     
    
    Public Property ErrorMessageCaption As String
    public string ErrorMessageCaption {get; set;}
    See Also