CefSharp.WinForms Namespace (original) (raw)

CefSharp API Doc

Namespaces

CefSharp.WinForms

CefSettings Class

ChromiumWebBrowser Class

ChromiumWebBrowserDesigner Class

IWinFormsChromiumWebBrowser Interface

IWinFormsWebBrowser Interface

WebBrowserExtensions Class

Click or drag to resizeClick or drag to resize

Version 118.6.80

Integration with WinForms.

Classes

| | Class | Description | | | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | | Public class | CefSettings | Initialization settings. Many of these and other settings can also configured using command-line switches. | | Public class | ChromiumWebBrowser | ChromiumWebBrowser is the WinForms web browser control | | Public class | ChromiumWebBrowserDesigner | ChromiumWebBrowser Control Designer | | Public class | WebBrowserExtensions | Helper extensions for performing common CefSharp related WinForms tasks |

Interfaces

| | Interface | Description | | | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Public interface | IWinFormsChromiumWebBrowser | Winforms Specific Chromium browser implementation, differs from IWinFormsWebBrowser in that this interface is implemented by both ChromiumWebBrowser and ChromiumHostControl where IWinFormsWebBrowser is only implemented by ChromiumWebBrowser | | Public interface | IWinFormsWebBrowser | WinForms specific implementation, has events theChromiumWebBrowser implementation exposes. |