Click or drag to resize

CefJsDialogType Enumeration

Version 94.4.20
Supported JavaScript dialog types.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum CefJsDialogType
Members
  Member nameValueDescription
Alert0 Alert Dialog
Confirm1 Confirm Dialog
Prompt2 Prompt Dialog
See Also