Menu.getCommandById method

Returns the MenuCommand object identified by id.
Syntax
var menuCommand = menu.getCommandById(id);
Parameters
- id
-
Type: string
The 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
- Menu
- MenuCommand
- WinJS.UI Namespace
- MenuCommand
- Flyout
- Displaying popups
- Laying out your UI
- HTML flyout control sample
- Designers
- Command patterns
- Flyout
- Guidelines for flyouts
- Context menu
- Guidelines for context menus
Show: