Bar.visible (Property)

A flag indicating whether the bar that this object represents is visible.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:NmyBar.visible
NmyBar.visible = aBoolean
Argument list:aBooleanA switch value to control the visibility of a window control item

Setting this property to true makes the bar visible. Setting false hides the bar.

You must have been granted the UniversalBrowserWrite privilege to be able to set this property value.

See also:Bar object, Bar.visibility