keyCode property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the Unicode key code associated with the key that caused the event.

Syntax

HRESULT value = object.put_keyCode( v);HRESULT value = object.get_keyCode(* p);

Property values

Type: long

the Unicode key code.

Remarks

The property is used with the HTMLFrameSiteEvents::onkeydown, HTMLFrameSiteEvents::onkeyup, and HTMLFrameSiteEvents::onkeypress events.

The property's value is 0 if no key caused the event.

 

 

Send comments about this topic to Microsoft

Build date: 6/12/2012