Increment Property

       

Sets or returns a value that determines the amount by which the Value property changes when the UpDown control's buttons are clicked.

Syntax

object.Increment [= value ]

The Increment property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A long integer that determines the amount by which the Value property changes. The value cannot be a negative number. The default for value is 1.

Remarks

The Increment property determines the amount the Value property changes when you click the arrow buttons on the UpDown control. Clicking the up or right arrow, causes Value to approach the Max property by the amount specified by the Increment property. Clicking the down or left arrow, causes Value to approach the Min property by the amount specified by the Increment property.