CefContextMenuTypeFlags EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Supported context menu type flags.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

[FlagsAttribute]
public enum CefContextMenuTypeFlags
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