ShellBreadCrumbBarShowErrorMessages Property |
Gets or sets if error messages should be shown.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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:
BooleanRemarks
This property especially controls the behaviour when entering an invalid path. If set to true an error message is shown.
Otherwise the invalid path just stays selected.
See Also