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.
.png)
Gets or sets a value that specifies whether the Tooltip is an infotip, a tooltip that contains a lot of info and should be displayed for longer than a typical Tooltip.
Syntax
<div data-win-control="WinJS.UI.Tooltip" data-win-options="{ infotip : value}" ></div>
var infotip = tooltip.infotip;
tooltip.infotip = infotip;
Property value
Type: Boolean
true if the tooltip should be displayed for a longer period of time; otherwise, false. The default value is false.
Requirements
Minimum WinJS version  | 
WinJS 1.0  | 
Namespace  | 
WinJS.UI  |