OnStatusBar Event
Fires when the StatusBar property is changed.
Syntax
Private Sub object_OnStatusBar( _ ByVal StatusBar As Boolean)
Parameters
- object
Object expression that resolves to the InternetExplorer object.
StatusBar
A Boolean value that specifies whether the status bar is shown.
true
Status bar is shown.false
Status bar is hidden.
Error Codes
No return value.
Remarks
The WebBrowser object ignores this event.
An application hosting Windows Internet Explorer should respond to this event by hiding or showing the status bar, if applicable.
Applies To