Click or drag to resize

ShellTreeViewShowErrorMessages Property

If set to true, messages boxes will be shown to the user for errors that occured. If set to false, errors will be handled as well, but no message will be shown to the user.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool ShowErrorMessages { get; set; }

Property Value

Type: Boolean
See Also