IncDecValue Property
Syntax
CWNumEdit.IncDecValue
Data Type
Purpose
Specifies the amount the value increments or decrements when the user clicks the increment or decrement button.
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