IncDecValue Property

Measurement Studio User Interface

IncDecValue Property

Syntax

CWNumEdit.IncDecValue

Data Type

Variant

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

See Also

AccelInc

AccelTime