InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / GoBack Method


In This Topic
    GoBack Method
    In This Topic
    Goes back to the previous page.
    Syntax
    'Declaration
     
    
    Function GoBack() As Boolean
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Boolean
     
    value = instance.GoBack()
    bool GoBack()
    See Also