Contents Index Topic Contents | ||
Previous Topic: OnQuit Event Next Topic: OnTheaterMode Event |
OnStatusBar Event
Description
Occurs when the StatusBar property is changed.
Syntax
Private Sub object_OnStatusBar(ByVal StatusBar As Boolean)
Value Description 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.