Click or drag to resize
ManagedCefBrowserAdapter Constructor
Version 51.0.0
Initializes a new instance of the ManagedCefBrowserAdapter class

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.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