tooltip property

SplitViewCommand.tooltip property

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

SplitViewCommand
Designers
Command patterns
Navigation patterns

 

 

Show:
© 2017 Microsoft