WebBrowser.StatusTextChanged Event
Occurs when the StatusText property value changes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Handle this event to update a status bar when the value of the StatusText property changes.
For more information about handling events, see Consuming Events.
The following code example demonstrates how to use a handler for the StatusTextChanged event to implement a status bar 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 StatusBar control called StatusBar1.
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; Named Permission Sets: FullTrust.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.