Click or drag to resize
ContextMenuType Enumeration
Version 51.0.0

[Missing <summary> documentation for "T:CefSharp.ContextMenuType"]

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