StatusBar Property
Sets or gets a value that indicates whether the status bar for the object is visible.
Syntax
InternetExplorer.StatusBar(bStatusBar) [ = bStatusBar ]
Possible Values
bStatusBar Boolean that specifies or receives one of the following values: falseStatus bar is hidden.trueDefault. Status bar is visible.The property is read/write. The property has no default value.
Remarks
The WebBrowser object saves the value of this property, but otherwise ignores it.
Applies To
InternetExplorer
See Also