DesktopHTMLViewer.CanGoBack
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Read-Only Property (As Boolean )
If True, it indicates that there is a prior page that can be navigated to using DesktopHTMLViewer.GoBack.
Example
This code in the DocumentComplete event handler disables a Back button if there is no prior page:
BackButton.Enabled = Me.CanGoBack