GlobalScrollBackFast Method Example

The following example sets the System.GlobalStartTime and System.GlobalEndTime properties and scrolls backward by the amount specified in the GlobalFastScrollRate property.

Private Sub FastLeftButton_Click()

System.GlobalScrollBackFast

End Sub