Click or drag to resize

ContextMenuType Enumeration

Version 94.4.20
ContextMenuType

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