DURATION Attribute | duration Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves how long the ToolTip is displayed, in seconds.

Syntax

XML <ELEMENT DURATION = iDuration... >
Scripting [ iDuration = ] ToolTip.duration

Possible Values

iDuration Integer that specifies or receives the duration, in seconds, that the ToolTip is displayed.
10
Default. The amount of time the ToolTip is displayed.
-1
The ToolTip is displayed indefinitely.

The property is read/write. The property has a default value of 10.

Remarks

The duration property is available only to objects participating in the ToolTip behavior.

Applies To

ToolTip