char property
Gets a character for a key that is pressed, if available.
![]() |
Syntax
HRESULT value = object.get_char(* p);
Property values
Type: VARIANT
the Unicode character of the key that is pressed, or VT_NULL.
See also
- Reference
- IDOMKeyboardEvent::charCode
- IDOMKeyboardEvent::key
- IDOMKeyboardEvent::keyCode
- IDOMKeyboardEvent::which
Show:
