BarProp object
Represents a user interface component, such as the menu bar or status bar.
![]() |
Syntax
var locationBarObject = window.locationbar;
if (locationBarObject.visible) { console.log("The location bar is visible to the user."); }
DOM Information
Inheritance Hierarchy
The BarProp does not inherit from any class or interface.Members
The BarProp object has these types of members:
Properties
The BarProp object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Represents the visibility of the associated user interface component. |
Standards information
Show:
