AppBar.getCommandById method

Returns the AppBarCommand object identified by id.

Syntax

var appBarCommand = appBar.getCommandById(id);

Parameters

  • id
    Type: string

    The ID of the command to be returned.

Return value

Type: AppBarCommand**

The command identified by id. If multiple commands have the same ID, returns an array of all the commands matching the ID.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

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