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 tooltip of the SplitViewCommand.
Syntax
<div
data-win-control="WinJS.UI.SplitViewCommand"
data-win-options="{ tooltip : value}">
</div>
var tooltip = splitViewCommand.tooltip;
splitViewCommand.tooltip = tooltip;
Property value
Type: ****
The text of the tooltip. The default is the value of label.
Requirements
Minimum WinJS version |
WinJS 4.2 |
Namespace |
WinJS.UI |
See also
Designers