Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Designers
Guidelines for flyouts
Guidelines for context menus