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 whether the ToolBar is currently opened.
Syntax
<div data-win-control="WinJS.UI.ToolBar" data-win-options="{ opened : value}" ></div>
var opened = toolBar.opened;
toolBar.opened = opened;
Property value
Type: boolean
The opened property is true if the ToolBar is opened and false if it is closed.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |