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


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