IWpfWebBrowserDispatcher Property |
Version 118.6.80
Gets the Dispatcher associated with this instance.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax Dispatcher Dispatcher { get; }
property Dispatcher^ Dispatcher {
Dispatcher^ get ();
}
Property Value
Type:
DispatcherThe dispatcher.
See Also