Retrieves whether the onkeydown event is being repeated.
dhtml语法
event.repeat [ = brepeat ]
dhtml可能的值
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.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
the repeat property returns true while a user holds down a key.
是否符合公共标准
There is no public standard that applies to this property.
Applies To