Table of Contents
EventFlags Enumeration

Defines flags about event.

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 EventFlags
Members
Member Name Description Value
None No special flag is on. 0
CapsLockOn CapsLock key is on. 1
ShiftDown The SHIFT key is down. 2
ControlDown The CTRL key is down. 4
AltDown The ALT key is down. 8
LeftMouseDown The left mouse button is down. 16
MiddleMouseDown The middle mouse button is down. 32
RightMouseDown The right mouse button is down. 64
See Also