AppBarCommand.extraClass property
Adds an extra CSS class during construction.
Syntax
<div data-win-control="WinJS.UI.AppBarCommand" data-win-options="{ extraClass : 'value'}" />
var extraClass = appBarCommand.extraClass;
appBarCommand.extraClass = extraClass;
Property value
Type: string
The name of the CSS class.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012
