Click or drag to resize

ManagedCefBrowserAdapter Constructor

Version 75.1.140
Initializes a new instance of the ManagedCefBrowserAdapter class

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public ManagedCefBrowserAdapter(
	IWebBrowserInternal webBrowserInternal,
	bool offScreenRendering
)

Parameters

webBrowserInternal
Type: IWebBrowserInternal

[Missing <param name="webBrowserInternal"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.#ctor(CefSharp.Internals.IWebBrowserInternal,System.Boolean)"]

offScreenRendering
Type: SystemBoolean

[Missing <param name="offScreenRendering"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.#ctor(CefSharp.Internals.IWebBrowserInternal,System.Boolean)"]

See Also