Description

Gets or sets a value to be added to or subtracted from the Value property when the slider is moved a large distance.

Syntax

object.LargeChange [ = Long ]

Property Value

A numeric value. The default value is 10.

Remarks

When the user presses the PAGE UP or PAGE DOWN key or clicks in the scroll bar track on either side of the scroll box, the Value property changes according to the value set in the LargeChange property. Note: The ScrollBar must have the TabStop property enabled to recieve keyboard input.

You might consider setting the LargeChange value to a percentage of the Height (for a vertically oriented scroll bar) or Width (for a horizontally oriented scroll bar) values. This keeps the distance your scroll bar moves in proportion to its size.

See Also

Applies To: ScrollBar


The CHM file was converted to HTML by chm2web software.