repeat property

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

Retrieves whether the HTMLFrameSiteEvents::onkeydown event is being repeated.

Syntax

HRESULT value = object.put_repeat(VARIANT_BOOL v);HRESULT value = object.get_repeat(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

one of the values listed in Possible Values.

VARIANT_TRUE (true)

Event fires two or more times.

VARIANT_FALSE (false)

Event fires once.

Remarks

The repeat property returns true while a user holds down a key.

 

 

Build date: 6/12/2012