Skip to main content
A newer version of this page is available. .

TrackBarControl.MoveLargeLeft() Method

Moves the scroll box to the left on a large distance.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void MoveLargeLeft()

Remarks

The MoveLargeLeft method subtracts the value set in the RepositoryItemTrackBar.LargeChange property from the TrackBarControl.Value property.

See Also