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


In This Topic
    Stop Method (IWebControl)
    In This Topic
    Stops the navigation activity and any other activities, such as playing active contents.
    Syntax
    'Declaration
     
    
    Sub Stop() 
    'Usage
     
    
    Dim instance As IWebControl
     
    instance.Stop()
    void Stop()
    See Also