OnStatusBar EventOnStatusBar Event*
*



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)

ValueDescription
objectAn object expression that evaluates to an object in the Applies To list.
StatusBarIf 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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.