Navigates to the previous item in the history list.
Object.GoBack()
The GoBack method syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
The following example will navigate to the previous item in the history list of the ALog control:
log1.GoBack()