LargeChange Property (AScrollBar)

Returns or sets the amount of change to the Value property setting in the object when the user clicks the area between the scroll box and scroll arrow (or presses the PageUp or the PageDown key).

Syntax

Object.LargeChange [ = lLargeChange ]

The LargeChange property syntax has the following parts:

 

Name

Type

Description

Object

AScrollBar

AScrollBar control

lLargeChange

Long

An integer specifying the amount of change to the Value property setting in the object when the user clicks the area between the scroll box and scroll arrow (or presses the PageUp or PageDown key).

Comments

The change value can be between 1 and 0x7FFFFFFF. The default value is 10. The number is read-only, at run time only.

Example

The following statement shows how to obtain the amount of change in the Value property of the AScrollBar when the user clicks in the area between the scroll box and the scroll arrow or presses the page up or page down keys:

lsb1LargeChange = sb1.LargeChange

Applies to

AScrollBar

See Also

OnChange, SmallChange