InfoConnect for Unisys
Stop Method (IWebControl)


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