Click or drag to resize

ContextMenuType Enumeration

Version 130.1.90
ContextMenuType

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
[FlagsAttribute]
public enum ContextMenuType
Members
Member nameValueDescription
None0 No node is selected.
Page1 The top page is selected.
Frame2 A subframe page is selected.
Link4 A link is selected.
Media8 A media node is selected.
Selection16 There is a textual or mixed selection that is selected.
Editable32 An editable element is selected.
See Also