Table of Contents
ContextMenuSourceFlags Enumeration

Specifies the source that triggers the context menu.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public enum ContextMenuSourceFlags
Members
Member Name Description Value
None No source information. 0
Page The source is a page. 1
Frame The source is a frame. 2
Link The source is a HTML link. 4
Media The source is a media element. 8
Selection The source is the selection. 16
Editable The source is an editable segment. 32
See Also