CefSharp.Wpf.Experimental Namespace | 
[Missing <summary> documentation for "N:CefSharp.Wpf.Experimental"]
| Class | Description | |
|---|---|---|
| ChromiumWebBrowserWithTouchSupport | 
            An Experimental ChromiumWebBrowser implementation that includes support for Stylus
            using the default WPF touch implementation. There are known performance problems with
            this default implementation, workarounds such as https://github.com/jaytwo/WmTouchDevice
            may need to be considered. .Net 4.7 supports the newer WM_Pointer implementation which
            should resolve the issue see https://github.com/dotnet/docs/blob/master/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md
            Original PR https://github.com/cefsharp/CefSharp/pull/2745
            Original Author https://github.com/GSonofNun
            Touch support was merged into ChromiumWebBrowser, only Style support still exists in this class
              | |
| LifeSpanHandler | 
            WPF - EXPERIMENTAL LifeSpanHandler implementation that can be used to host a popup using a new ChromiumWebBrowser instance.
              | |
| LifeSpanHandlerBuilder | 
            Fluent LifeSpanHandler Builder
              | |
| WpfImeKeyboardHandler | 
            A WPF Keyboard handler implementation that supports IME
              | 
| Delegate | Description | |
|---|---|---|
| LifeSpanHandlerCreatePopupChromiumWebBrowser | 
            Called to create a new instance of ChromiumWebBrowser. Allows creation of a derived/custom
            implementation of ChromiumWebBrowser.
              | |
| LifeSpanHandlerOnBeforePopupCreatedDelegate | 
            Called beforethe popup is created, can be used to cancel popup creation if required
            or modify IBrowserSettings.
            It's important to note that the methods of this interface are called on a CEF UI thread,
            which by default is not the same as your application UI thread.
              | |
| LifeSpanHandlerOnPopupBrowserCreatedDelegate | 
            Called when the IBrowser instance has been created.
            The IBrowser reference will be valid until LifeSpanHandlerOnPopupDestroyedDelegate is called
              | |
| LifeSpanHandlerOnPopupCreatedDelegate | 
            Called when the ChromiumWebBrowser has been created.
            When called you must add the control to it's intended parent.
              | |
| LifeSpanHandlerOnPopupDestroyedDelegate | 
            Called when the ChromiumWebBrowser is to be removed from it's parent.
            When called you must remove/dispose of the ChromiumWebBrowser.
              | 
| Enumeration | Description | |
|---|---|---|
| PopupCreation | 
            Popup Creation options
              |