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