Share via


SYSTEMIMAGESPATH Attribute | systemImagesPath Property

Sets or retrieves the path to the directory containing supporting tree images (lines, plus and minus signs, and so on).

Syntax

HTML <namespace:TREEVIEW SYSTEMIMAGESPATH = sSystemImagesPath... >
Scripting TREEVIEW.systemImagesPath [ = sSystemImagesPath ]

Possible Values

namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
sSystemImagesPath String that specifies or receives the relative path to the directory containing supporting tree images.
treeimages/
Default. Directory containing tree structure images (.gif).

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

Remarks

The path is relative to the directory that contains the HTML file that references the TreeView  HTML Component (HTC) file. In other words, you should create the treeimages/ directory in the same directory as the HTML file that references the TreeView  HTC file.

Applies To

TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl