Menu.anchor property
Gets or sets the default anchor to be used for this Menu.
This value can be overridden by the anchor passed in the show method.
Syntax
var anchor = menu.anchor;
menu.anchor = anchor;
Property value
Type: HTMLElement
The DOM element to anchor the Menu.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
MenuCommand
Designers
Guidelines for flyouts
Guidelines for context menus