ShellBrowserBaseShowErrorMessages Property |
If set to to 'true', error messages will be shown to the user. If set to 'false', error messages will be suppressed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool ShowErrorMessages { get; set; }
Public Property ShowErrorMessages As Boolean
Get
Set
public:
property bool ShowErrorMessages {
bool get ();
void set (bool value);
}
member ShowErrorMessages : bool with get, set
Property Value
Type:
BooleanSee Also