AllowNewWindows Property

WebKit .NET

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

Gets or sets whether to allow links to be opened in a new window.

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

Syntax

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

See Also