Table of Contents
ContextMenuMediaType Enumeration

Specifies the type of the media that triggers the context menu.

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

Syntax
 public enum ContextMenuMediaType
Members
Member Name Description
None The source is not a media element.
Image The source is an image.
Video The source is an video.
Audio The source is an audio.
Canvas The source is a canvas.
File The source is a file.
Plugin The source is a plug-in.
See Also