SmallChange Property
Applies To
TrackBar
Description
Gets or sets the number of positions that the slider moves for keyboard inputs (arrow orientation keys).
Usage
GGet Form.Control.SmallChange, var
GSet Form.Control.SmallChange, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
An integer representing the number of positions that the slider moves.
See Also
TrackBar, LargeChange
Example
GSet frmMain.TrackBar1.SmallChange, 5