LargeChange Property

Applies To
TrackBar

Description
Gets or sets the number of positions that the slider moves when clicking the mouse or pressing Page Up and Page Down keys.

Usage

GGet Form.Control.LargeChange, var  
GSet  Form.Control.LargeChange, 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, SmallChange

Example

GSet frmMain.TrackBar1.LargeChange, 10