Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / CanGoForward Property


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