Reflection
Stop Method


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