The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SettingsFlyout.settingsCommandId property

[settingFlyout is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0 Preview.]
Gets or sets the settings command Id for the SettingsFlyout control.
Syntax
<div data-win-control="WinJS.UI.SettingsFlyout" data-win-options="{ settingsCommandId : value}" />
var settingsCommandId = settingsFlyout.settingsCommandId;
settingsFlyout.settingsCommandId = settingsCommandId;
Property value
Type: String
The settings command Id.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: