Click or drag to resize

KeyEvent.RepeatCount Property

X#
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 
Request Example View Source

Property Value

Type: Long
A 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