KeyboardEventRepeat Property |
true if the key has been pressed in a sustained manner. Holding down a key MUST result in the repeating the events keydown, beforeinput, input in this order, at a rate determined by the system configuration. For mobile devices which have long-key-press behavior, the first key event with a repeat attribute value of true MUST serve as an indication of a long-key-press. The length of time that the key MUST be pressed in order to begin repeating is configuration-dependent.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool Repeat { get; }
Public ReadOnly Property Repeat As Boolean
Get
public:
property bool Repeat {
bool get ();
}
member Repeat : bool with get
Property Value
Type:
Booleantrue if repeat; otherwise,
false.
See Also