WpfBrowser.HideScriptErrors(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hides the script errors.
public:
virtual void HideScriptErrors(bool Hide);
public void HideScriptErrors (bool Hide);
abstract member HideScriptErrors : bool -> unit
override this.HideScriptErrors : bool -> unit
Public Sub HideScriptErrors (Hide As Boolean)
Parameters
- Hide
- Boolean
True
to hide the error, false
otherwise.