SmallChange Property

Applies To

ScrollBar control, SpinButton control.

Description

Specifies the amount of movement that occurs when the user clicks either scroll arrow in a ScrollBar or SpinButton.

Syntax

object.SmallChange [= Long]

The SmallChange property syntax has these parts:

Part

Description

object

Required. A valid object.

Long

Optional. An integer that specifies the amount of change to the Value property.


Remarks

The SmallChange property does not have units.

Any integer is an acceptable setting for this property. The recommended range of values is from –32,767 to +32,767. The default value is 1.

See Also

LargeChange property, Max, Min properties.

Example

See the LargeChange property example.