CefJSDialogType Enumeration |
Supported JavaScript dialog types.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefJSDialogType
Members| Member name | Value | Description |
|---|
| Alert | 0 | |
| Confirm | 1 | |
| Prompt | 2 | |
See Also