AccelTime Property

Measurement Studio User Interface

AccelTime Property

Syntax

CWNumEdit.AccelTime

Data Type

Long

Purpose

Specifies the number of seconds the increment or decrement button must be held down before the value is changed by the AccelInc value instead of the IncDecValue.

Example

'Make the CWNumEdit control increment by 1 until the user
'Has held down the increment button for 5 seconds -
'Then increment by 10 at a time
CWNumEdit1.AccelInc = 1
CWNumEdit1.AccelInc = 10
CWNumEdit1.AccelTime = 5

See Also

AccelInc

IncDecValue