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