ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NavigatorErrorEventArgs Class / ShowErrorMessage Property

In This Topic
    ShowErrorMessage Property (NavigatorErrorEventArgs)
    In This Topic
    This argument is set to true by default. If it is set to False by event code, the standard message box is not shown.
    Syntax
    'Declaration
     
    Public Property ShowErrorMessage As Boolean
    public bool ShowErrorMessage {get; set;}
    See Also