Menu.show method
Shows the Menu, if hidden, regardless of other states.
Syntax
menu.show(anchor, placement, alignment);
Parameters
anchor
Type: HTMLElementRequired. The DOM element to anchor the Menu.
placement
Type: ObjectThe placement of the Menu to the anchor: top, bottom, left, or right.
alignment
Type: ObjectFor top or bottom placement, the alignment of the Menu to the anchor's edge: center, left, or right.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
MenuCommand
Designers
Guidelines for flyouts
Guidelines for context menus