| IKeyboard Interface | 
Namespace: DotNetBrowser.Input.Keyboard
 Syntax
Syntaxpublic interface IKeyboard : IAutoDisposable
The IKeyboard type exposes the following members.
 Properties
Properties| 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.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Disposed | 
                Occurs when the object has been disposed.
            (Inherited from IAutoDisposable.) | 
 See Also
See Also