ShellAddressBarShowErrorMessages Property |
Gets or sets if error messages should be shown.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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
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