| CefInitialize Method |
| Name | Description | |
|---|---|---|
| Initialize |
Initializes CefSharp with the default settings.
This function should be called on the main application thread to initialize the CEF browser process.
| |
| Initialize(CefSettings) |
Initializes CefSharp with user-provided settings.
This function should be called on the main application thread to initialize the CEF browser process.
| |
| Initialize(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.
|