Information
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.

Tooltip.infotip property

Applies to Windows only

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

See also

Tooltip

 

 

Show: