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