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.