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

Gets the WebKitBrowser showing the contents of the new window.

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

Syntax

C#
public WebKitBrowser WebKitBrowser { get; private set; }
Visual Basic (Declaration)
Public Property WebKitBrowser As WebKitBrowser
Visual C++
public:
property WebKitBrowser^ WebKitBrowser {
	WebKitBrowser^ get ();
	void set (WebKitBrowser^ value);
}

See Also