event Properties DHTML Events
Retrieves whether an event is being repeated.
HTML |
N/A |
Script |
[ bRepeat = ] event.repeat |
bRepeat |
Boolean specifying whether the event was repeated. |
The property is read-only with no default value.
The repeat property returns true if an event is repeated. For example, the onkeydown event returns true for the repeat property if a keyboard key is held down.
event