Click or drag to resize
ChromiumWebBrowserCreateBrowser Method
Version 51.0.0
Create the underlying browser. The instance address, browser settings and request context will be used.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public void CreateBrowser(
	IntPtr windowHandle
)

Parameters

windowHandle
Type: SystemIntPtr
Window handle if any, IntPtr.Zero is the default
Exceptions
ExceptionCondition
ExceptionAn instance of the underlying offscreen browser has already been created, this method can only be called once.
See Also