ShellBrowser .Net Edition
ShowErrorMessages Property
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)ShowErrorMessages
You can control the error handling with this property. If it is set to true, possibly errors are displayed in a messagebox. If set to false they are ignored. In the FileList-Control you can register to SearchExceptionOccurred event to handle an error.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowErrorMessages { get; set; }
Public Property ShowErrorMessages As Boolean
public:
property bool ShowErrorMessages {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)