ThumbnailImageShowErrorMessages Property |
If set to true the ThumbnailImage component will show a MessageBox if an error occured,
otherwise the errors will only be logged to the Debug output.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.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