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