Click or drag to resize
CefInitialize Method (CefSettings)
Version 51.0.0
Initializes CefSharp with user-provided settings. This function should be called on the main application thread to initialize the CEF browser process.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public static bool Initialize(
	CefSettings cefSettings
)

Parameters

cefSettings
Type: CefSharpCefSettings
CefSharp configuration settings.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CefSharp.Cef.Initialize(CefSharp.CefSettings)"]

See Also