NavBar.hidden property

Applies to Windows only

[ hidden is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. Instead, use opened. ]

hidden is no longer available. Gets a value that indicates whether the NavBar is hidden or in the process of becoming hidden.

Syntax

var hidden = navBar.hidden;

Property value

Type: Boolean

true if the NavBar is hidden or is becoming hidden; otherwise, false.

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

Windows Server 2012 R2 [Windows Store apps only]

Minimum supported phone

None supported

End of client support

Windows 10 Insider Preview

End of phone support

None supported

End of server support

Windows Server Technical Preview

Namespace

WinJS.UI

Library

Ui.js

See also

NavBar

NavBarCommand

NavBarContainer

BackButton

AppBar

Your first app - Part 3: PageControl objects and navigation

Navigating between pages (HTML)

Adding app bars

Adding nav bars

HTML AppBar control sample

HTML NavBar control sample

Navigation and navigation history sample

Designers

Command patterns

Navigation patterns

Guidelines for app bars

Bottom app bar

Top app bar