STATE Attribute | state Property

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

Retrieves whether the button is pressed for the coolbutton behavior.

Syntax

XML <ELEMENT STATE = bPressed... >
Scripting [ bPressed = ] coolbutton.state

Possible Values

bPressed Boolean that specifies or receives one of the following values.
0
Default. Button is not pressed.
1
Button is pressed.

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

Remarks

This property requires that the type property is set to check.

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

Applies To

coolbutton