Toolbar.element property

Gets the Document Object Model (DOM) element that hosts the Toolbar.

Syntax

var element = toolbar.element;

Property value

Type: HTMLElement

The DOM element that hosts the Toolbar. This element is usually a div.

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

Toolbar