PopupCreation Enumeration |
Version 130.1.90
Popup Creation options
Namespace: CefSharp.Wpf.ExperimentalAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public 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