ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ErrorInfo Class / ErrorMessageCaption Property

In This Topic
    ErrorMessageCaption Property (ErrorInfo)
    In This Topic
    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