Interface IKeyboard
- Namespace
- DotNetBrowser.Input.Keyboard
- Assembly
- DotNetBrowser.dll
A service that can be used for keyboard input simulation and handling.
public interface IKeyboard : IAutoDisposable
- Inherited Members
Properties
- KeyPressed
Occurs when a key is pressed for the browser. This corresponds to
KeyDown
event of WPF and WinForms controls.
- KeyReleased
Occurs when a key is released for the browser. This corresponds to
KeyUp
event of WPF and WinForms controls.
- KeyTyped
Occurs when a control code, character, space, enter or backspace key is pressed for the browser. This corresponds to
KeyPress
event of WinForms controls.