SearchBox.element property

[SearchBox is no longer available for use as of Windows 10. Instead, use AutoSuggestBox. ]

Gets the DOM element that hosts the SearchBox.

Syntax

var element = searchBox.element;

Property value

Type: HTMLElement

The DOM element that hosts the SearchBox.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

SearchBox