Window.menubar
La propriété Window.menubar
renvoie l'objet menubar
, dont la visibilité peut être vérifiée.
Syntaxe
js
objRef = window.menubar;
Exemple
L'exemple HTML complet suivant montre comment la propriété visible
de l'objet menubar
est utilisée.
html
<html>
<head>
<title>Divers Tests DOM</title>
<script>
var visible = window.menubar.visible;
</script>
</head>
<body>
<p>Divers Tests DOM</p>
</body>
</html>
Spécifications
Specification |
---|
HTML # dom-window-menubar-dev |
Compatibilité des navigateurs
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
menubar |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.