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

TrackBarControl.MoveLeft() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void MoveLeft()

Remarks

The MoveLeft method subtracts the value set in the RepositoryItemTrackBar.SmallChange property from the TrackBarControl.Value property.

See Also