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