Table of Contents
KeyboardEventType Enumeration

Specifies keyboard event type.

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

Syntax
 public enum KeyboardEventType
Members
Member Name Description
KeyDown A key is pressed.
KeyUp A key is released.
Char A character. space or backspace key is pressed.
See Also