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 tab order of the control within its container.
Syntax
<div data-win-control="WinJS.UI.TabContainer" data-win-options="{ tabIndex : value}" />
var tabIndex = tabContainer.tabIndex;
tabContainer.tabIndex = tabIndex;
Property value
Type: ****
The tab order of the control within its container.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |