Click or drag to resize

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
Syntax
public bool ShowErrorMessages { 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