PopupCreation Enumeration | 
Version 104.4.240 
            Popup Creation options
            
 
    Namespace: 
   CefSharp.WinForms.Handler
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum PopupCreation
public enum class PopupCreation
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Cancel | 0 | 
            Popup creation is cancled, no further action will occur
             | 
 | Continue | 1 | 
            Popup creation will continue as per normal.
             | 
 | ContinueWithJavascriptDisabled | 2 | 
            Popup creation will continue with javascript disabled.
             | 
See Also