Click or drag to resize
ContextMenuType Enumeration
Version 63.0.0
ContextMenuType

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