SmallChange Property (AScrollBar)

Returns or sets the amount of change to the Value property setting in the object when the user clicks a scroll arrow (or presses the Up/Down or Left/right key).

Syntax

Object.SmallChange [ = lSmallChange ]

The SmallChange property syntax has the following parts:

 

Name

Type

Description

Object

AScrollBar

AScrollBar control

lSmallChange

Long

An integer specifying the amount of change to the Value property setting in the control when the user clicks a scroll arrow (or presses the Up/Down or Left/Right key).

Comments

This value can be between 1 and 0x7FFFFFFF. The default value is 1.

Example

The following statement shows how to obtain the amount of change in the Value property of the AScrollBar when the user clicks a scroll arrow (or presses the Up/Down or Left/Right key):

lsb1SmallChange = sb1.SmallChange

Applies to

AScrollBar

See Also

LargeChange, OnChange