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