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).
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). |
This value can be between 1 and 0x7FFFFFFF. The default value is 1.
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