CefJsDialogType Enumeration |
Version 63.0.0
Supported JavaScript dialog types.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public enum CefJsDialogType
public enum class CefJsDialogType
Members
| Member name | Value | Description |
---|
| Alert | 0 | |
| Confirm | 1 | |
| Prompt | 2 | |
See Also