IKeyboard Interface |
Namespace: DotNetBrowser.Input.Keyboard
public interface IKeyboard : IAutoDisposable
The IKeyboard type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
| 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.
|
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |