Click or drag to resize

BrowserViewExtensionsInitializeFrom Method

Initialize a browser view from this particular IBrowser instance. If there is another browser view bound to this browser instance, that view will be de-initialized.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public static void InitializeFrom(
	this IBrowserView browserView,
	IBrowser browser
)

Parameters

browserView
Type: DotNetBrowser.BrowserIBrowserView
the browser view to initialize.
browser
Type: DotNetBrowser.BrowserIBrowser
the browser instance to initialize from.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBrowserView. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also