GetWebView Method

WebKit .NET

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

Gets the underlying WebKit WebView object used by this instance of WebKitBrowser.

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

Syntax

C#
public Object GetWebView()
Visual Basic (Declaration)
Public Function GetWebView As Object
Visual C++
public:
Object^ GetWebView()

Return Value

The WebView object.

See Also