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

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