repeat property
Retrieves whether the HTMLFrameSiteEvents::onkeydown event is being repeated. For the standards based property, see IDOMKeyboardEvent::repeat.
Syntax
HRESULT value = object.put_repeat( v);HRESULT value = object.get_repeat(* p);
Property values
Type: VARIANT_BOOL
one of the values listed in Possible Values.Remarks
The IHTMLEventObj2::repeat property returns true while a user holds down a key.
See also
Show: