ShellAddressBarShowErrorMessages Property |
Gets or sets if error messages should be shown.
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:
BooleanRemarks
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