Visual Basic Reference

LargeChange, SmallChange Properties (ActiveX Controls)

See Also   Example   Applies To

  • The LargeChange property sets the number of ticks the slider will move when you press the PAGEUP or PAGEDOWN keys, or when you click the mouse to the left or right of the slider.

  • The SmallChange property sets the number of ticks the slider will move when you press the left or right arrow keys.

Syntax

object.LargeChange = number

object.SmallChange = number

The LargeChange and SmallChange property syntaxes have these parts:

Part Description
object An object expression that evaluates to a Slider control.
number A Long integer specifying how many ticks the slider moves.

Remarks

The default for the LargeChange property is 5. The default for the SmallChange property is 1.