Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |