WebBrowser::Stop Method ()
.NET Framework (current version)
Cancels any pending navigation and stops any dynamic page elements, such as background sounds and animations.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can use the Stop method to implement a Stop button similar to the one in Internet Explorer.
The following code example demonstrates how to use the Stop method to implement a Stop button for the WebBrowser control similar to the one in Internet Explorer. This example requires that your form contains a WebBrowser control called webBrowser1 and a Button control called ButtonStop.
For the complete code example, see How to: Add Web Browser Capabilities to a Windows Forms Application.
SecurityPermission
for immediate callers to use this control. Demand value: LinkDemand; NIB: Named Permission Sets: FullTrust.
.NET Framework
Available since 2.0
Available since 2.0
Show: