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

TrackBarControl.MoveLargeRight() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void MoveLargeRight()

Remarks

The MoveLargeRight method adds the value set in the RepositoryItemTrackBar.LargeChange property to the TrackBarControl.Value property.

See Also