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