Send comments on this topic.
CanGoBack Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : CanGoBack Property
Gets a value that indicates whether there is a "go back" page.

Syntax

 
ReadOnly Object.CanGoBack As Boolean

Example

Copy Code
Dim WControl AS Attachmate.Reflection.Objects.Web.Msie.WebControl
Dim back As Boolean = WControl.CanGoBack

See Also