repeat Property
Retrieves whether the onkeydown event is being repeated.
Syntax
[ bRepeat = ] object.repeat
Possible Values
bRepeat Boolean that specifies or receives one of the following values:
true- Event fires two or more times.
false- Event fires once.
The property is read/write. The property has no default value.
DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are supported in IE7 Standards mode and IE5 (Quirks) mode only. For more information, see About Dynamic Properties and Defining Document Compatibility.
Remarks
The repeat property returns
truewhile a user holds down a key.
Standards Information
There is no public standard that applies to this property.
Applies To
event, Event Constructor