AccelTime Property
Syntax
CWNumEdit.AccelTime
Data Type
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