Click or drag to resize
CefInitialize Method
Version 51.0.0
Initializes CefSharp with the default 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()

Return Value

Type: Boolean

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

See Also