Click to return to the Reusing Browser Technology home page    
OnQuit Event     OnTheaterMode Event     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

OnStatusBar Event


Occurs when the StatusBar property is changed.

Syntax

Private Sub object_OnStatusBar(ByVal StatusBar As Boolean)

Parameters

object.
An object expression that evaluates to an object in the Applies To list.
StatusBar.
If TRUE, the status bar is shown; if FALSE, the status bar is hidden.

Remarks

An application hosting the WebBrowser control should respond to this event by hiding or showing the status bar, if applicable.

Applies To

InternetExplorer, WebBrowser


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.