TYPE Attribute | type Property

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

Sets or retrieves the ToolTip that is displayed when the mouse hovers over the coolbutton behavior.

Syntax

XML <ELEMENT TYPE = sType... >
Scripting [ sType = ] coolbutton.type

Possible Values

button Button has two positions: normal and clicked.
sType String that specifies or receives one of the following values.
button
Default. Button has two positions: normal and clicked.
check
Button has three positions: normal, clicked, and toggled.

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

Remarks

The type property is available only to objects participating in the coolbutton behavior.

Applies To

coolbutton