AppBar.disabled property

Applies to Windows and Windows Phone

Gets or sets a value that indicates whether the AppBar is disabled.

Syntax

<div data-win-control="WinJS.UI.AppBar" data-win-options="{ disabled : value}" />
var disabled = appBar.disabled;
appBar.disabled = disabled;

Property value

Type: Boolean

true if the AppBar is disabled; otherwise, false.

Remarks

A disabled app bar is hidden, does not react to edge events, and cannot be shown.

Setting this property to true, disables the app bar. If the app bar is visible, close is called.

Setting this property to false, enables the app bar and reinstates all functionality.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

Windows Phone 8.1

Namespace

WinJS.UI

Library

Ui.js

See also

AppBar

AppBarCommand

AppBarIcon

BackButton

NavBar

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