Click or drag to resize
CefInitialize Method
Version 51.0.0
Overload List
  NameDescription
Public methodStatic memberInitialize
Initializes CefSharp with the default settings. This function should be called on the main application thread to initialize the CEF browser process.
Public methodStatic memberInitialize(CefSettings)
Initializes CefSharp with user-provided settings. This function should be called on the main application thread to initialize the CEF browser process.
Public methodStatic memberInitialize(CefSettings, Boolean, Boolean)
Initializes CefSharp with user-provided settings. This function should be called on the main application thread to initialize the CEF browser process.
Top
See Also