Determines if there is a previous page in the navigation history.
Syntax
object.CanGoBack
Remarks
The CanGoBack property returns True if there is a previous
page in the navigation history. This can be used to check if the
GoBack method could change the current page.
Data Type
Boolean
See Also
CanGoForward Property,
GoBack Method,
GoForward Method,
Navigate Method,
HistoryChanged Event
|