InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / CanGoBack Property


In This Topic
    CanGoBack Property
    In This Topic
    Gets a value that indicates whether there is a "go back" page.
    Syntax
    'Declaration
     
    
    ReadOnly Property CanGoBack As Boolean
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Boolean
     
    value = instance.CanGoBack
    bool CanGoBack {get;}
    See Also