DELAY Attribute | delay Property

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

Sets or retrieves the amount of time, in milliseconds, before showing the ToolTip.

Syntax

XML <ELEMENT DELAY = iDelay... >
Scripting [ iDelay = ] ToolTip.delay

Possible Values

iDelay Integer that specifies or receives the delay, in milliseconds, from the time the mouse cursor begins hovering over an object to the time that the ToolTip is displayed.
500
Default. The delay time before showing the tooltip.

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

Remarks

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

Applies To

ToolTip