| 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.
|