[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether JavaScript is enabled.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool IsScriptingEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsScriptingEnabled As Boolean
Visual C++
public:
property bool IsScriptingEnabled {
	bool get ();
	void set (bool value);
}

See Also