IMAGEEXPANDED attribute
The IMAGEEXPANDED
attribute sets the global icon to be used when a tree node is
expanded.
Syntax
IMAGEEXPANDED = "image-name"
- image-name is an image resource.
Usage
This attribute is used in the definition of a TREE
container, to define the icon
to be used for nodes that are expanded.
It overwrites the program array image defined by IMAGECOLUMN
, if both are used.
This attribute is optional.
For more details about image resource specification, see Providing the image resource.
For more details about treeview programming, see Tree views.