Share via


TabContainer.childFocus property

Gets or sets the child Document Object Model (DOM) element that receives tab focus.

Syntax

var childFocus = tabContainer.childFocus;
tabContainer.childFocus = childFocus;

Property value

Type: HTMLElement

The child DOM element that receives tab focus. The default value is null.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

TabContainer