Click or drag to resize

ContextMenuType Enumeration

Version 75.1.140
ContextMenuType

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.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