Click to return to the Reusing Browser Technology home page    
ShowBrowserBar Method     WebBrowser Control Events     WebBrowser Methods    
Web Workshop  |  Reusing Browser Technology

Stop Method


Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations.

Syntax

object.Stop

Parameters

object
Required. An object expression that evaluates to an object in the Applies To list.

Remarks

Before calling the Stop method, you can use the object's Busy property to determine if the browser is currently in the process of navigating to a new location or downloading a file.

Applies To

InternetExplorer, WebBrowser

See Also

BeforeNavigate2, Busy, DownloadBegin, ProgressChange, Refresh, Refresh2


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.