IWebBrowserDialogHandler Property |
Version 118.6.80
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax IDialogHandler DialogHandler { get; set; }
property IDialogHandler^ DialogHandler {
IDialogHandler^ get ();
void set (IDialogHandler^ value);
}
Property Value
Type:
IDialogHandlerThe dialog handler.
See Also