IMGCLOSE Attribute | imgClose Property

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

Specifies the source path of the image to display when a menu is expanded for the menu behavior.

Syntax

XML <ELEMENT IMGCLOSE = sSRC... >
Scripting [ sSRC = ] menu.imgClose

Possible Values

sSRC String that specifies or receives one of the following values.
default
Default image file shipped with the menu behavior.
sURL
String that specifies the path to the image that is displayed when the menu is expanded.

The property is read/write. The property has no default value.

Remarks

Images are located on the left margin of each menu parent. When the menu is collapsed, the default file reference for the imgExpand property is a plus (+) sign, and the default file reference for the imgClose property is a minus (-) sign. Note that in order to render, the image files must be available on the server hosting the behavior, or accessible through a network.

The imgClose property is available only to objects participating in the menu behavior.

Applies To

menu