Click or drag to resize

IKeyboard Properties

The IKeyboard type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyKeyPressed
Occurs when a key is pressed for the browser. This corresponds to KeyDown event of WPF and WinForms controls.
Public propertyKeyReleased
Occurs when a key is released for the browser. This corresponds to KeyUp event of WPF and WinForms controls.
Public propertyKeyTyped
Occurs when a control code, character, space, enter or backspace key is pressed for the browser. This corresponds to KeyPress event of WinForms controls.
Top
See Also