| CefSharp.Wpf Namespace | 
 Classes
Classes| Class | Description | |
|---|---|---|
|  | CefSettings | 
            Initialization settings. Many of these and other settings can also configured
            using command-line switches.
             | 
|  | ChromiumWebBrowser | 
            ChromiumWebBrowser is the WPF web browser control
             | 
|  | PaintEventArgs | 
            Event arguments for the Paint event handler.
             | 
|  | VirtualKeyboardRequestedEventArgs | 
            Event arguments for the VirtualKeyboardRequested Event.
             | 
 Interfaces
Interfaces| Interface | Description | |
|---|---|---|
|  | IRenderHandler | 
            Implement this interface to handle Offscreen Rendering (OSR).
            NOTE: Currently only OnPaint is implemented, at some point expand the API to include all
            of CefRenderHandler methods http://magpcss.org/ceforum/apidocs3/projects/(default)/CefRenderHandler.html
             | 
|  | IWpfKeyboardHandler | 
            Implement this interface to control how keys are forwarded to the browser
             | 
|  | IWpfWebBrowser | 
            WPF specific implementation, has reference to some of the commands
            and properties the ChromiumWebBrowser exposes.
             | 
 Enumerations
Enumerations| Enumeration | Description | |
|---|---|---|
|  | WM | 
            Windows Message Enums
            Gratiosly based on http://www.pinvoke.net/default.aspx/Enums/WindowsMessages.html
             |