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