AppBar.showCommands method

This topic has not yet been rated - Rate this topic

Shows the specified commands of the AppBar.

Syntax


appBar.showCommands(commands, immediate);

Parameters

commands

Type: Array

The commands to show. The array elements may be AppBarCommand objects, or the string identifiers (IDs) of commands.

immediate

Type: Boolean

The parameter immediate is not supported and may be altered or unavailable in the future.

true to show the commands immediately, without animating them; otherwise, false.

Return value

This method does not return a value.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

See also

AppBar

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.