This topic has not yet been rated - Rate this topic

keyCode property

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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.