MenuCommand.label property

Gets or sets the label of the command.

Syntax

<div data-win-control="WinJS.UI.MenuCommand" data-win-options="{ label : 'The command label' }" />
var label = menuCommand.label;
menuCommand.label = label;

Property value

Type: string

The label of the command.

Remarks

The label of the command is displayed when the MenuCommand is shown. See Quickstart: adding a header menu for an example.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

MenuCommand

Menu

Flyout

Displaying popups

Laying out your UI

HTML flyout control sample

Designers

Command patterns

Flyout

Guidelines for flyouts

Context menu

Guidelines for context menus