Partager via


ScrollBar.SmallChange Property (Outlook Forms Script)

Returns or sets an Integer that specifies the amount of movement that occurs when the user clicks either scroll arrow in a ScrollBar. Read/write.

Syntax

expression .SmallChange

expression A variable that represents a ScrollBar object.

Remarks

The SmallChange property specifies the amount of change to the Value property.

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.