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