KeyEvent.RepeatCount Property | |
A numeric value determining whether a user depressed a key repeatedly or held it down for an extended period of time.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RepeatCount AS LONG GET
public virtual int RepeatCount { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value determining whether a user depressed a key repeatedly or held it down for an extended period of time.
Remarks
A numeric value determining whether a user depressed a key repeatedly or held it down for an extended period of time.
If a key is repeatedly depressed, the number of times the key is depressed is returned; otherwise, a value of 1 is returned.
When the user holds down a key for a duration, multiple KeyEvents can be translated into a single KeyEvent with a RepeatCount greater than 1.
See Also