ContextMenuType Enumeration |
Version 109.1.110
ContextMenuType
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax [FlagsAttribute]
public enum ContextMenuType
[FlagsAttribute]
public enum class ContextMenuType
Members
| Member name | Value | Description |
---|
| None | 0 |
No node is selected.
|
| Page | 1 |
The top page is selected.
|
| Frame | 2 |
A subframe page is selected.
|
| Link | 4 |
A link is selected.
|
| Media | 8 |
A media node is selected.
|
| Selection | 16 |
There is a textual or mixed selection that is selected.
|
| Editable | 32 |
An editable element is selected.
|
See Also