StatusBar PropertyStatusBar Property*
*Contents  *Index  *Topic Contents
*Previous Topic: Silent Property
*Next Topic: StatusText Property

StatusBar Property

Description

Returns or sets a value that determines whether the status bar is visible.

Syntax

object.StatusBar [= value]

PartDescription
objectRequired. An object expression that evaluates to an InternetExplorer object.
valueOptional. A Boolean expression that determines whether the status bar is visible. If TRUE, the status bar is visible; if FALSE, it is hidden. The default is TRUE.

Remarks

The WebBrowser object ignores the StatusBar property.

Applies To

InternetExplorer, WebBrowser

See Also

StatusText, StatusTextChange, ToolBar, Visible


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