WindowOpenDisposition Enumeration |
Version 86.0.240
The manner in which a link click should be opened.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax public enum WindowOpenDisposition
public enum class WindowOpenDisposition
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
An enum constant representing the unknown option.
|
| CurrentTab | 1 |
An enum constant representing the current tab option.
|
| SingletonTab | 2 |
Indicates that only one tab with the url should exist in the same window
|
| NewForegroundTab | 3 |
An enum constant representing the new foreground tab option.
|
| NewBackgroundTab | 4 |
An enum constant representing the new background tab option.
|
| NewPopup | 5 |
An enum constant representing the new popup option.
|
| NewWindow | 6 |
An enum constant representing the new window option.
|
| SaveToDisk | 7 |
An enum constant representing the save to disk option.
|
| OffTheRecord | 8 |
An enum constant representing the off the record option.
|
| IgnoreAction | 9 |
An enum constant representing the ignore action option.
|
See Also