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.
Returns the MenuCommand object identified by id.
Syntax
var menuCommand = menu.getCommandById(id);
Parameters
id
Type: stringThe element identifier (ID) of the command to be returned.
Return value
Type: MenuCommand**
The command identified by id.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
MenuCommand
Designers
Guidelines for flyouts
Guidelines for context menus