SplitViewPaneToggle.element property
Gets the DOM element that hosts the SplitViewPaneToggle control.
Syntax
<div data-win-control="WinJS.UI.SplitViewPaneToggle" data-win-options="{ element : value}" />
var element = splitViewPaneToggle.element;
Property value
Type: ****
HTMLButtonElement
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |