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

TrackBarControl.MoveRight() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void MoveRight()

Remarks

The MoveRight method adds the value set in the RepositoryItemTrackBar.SmallChange property to the TrackBarControl.Value property.

See Also