SYSTEMIMAGESPATH Attribute | SystemImagesPath Property
Sets or retrieves the path to the directory that contains supporting tree images (lines, plus and minus signs, and so on).
Syntax
ASP <tagPrefix:TREEVIEW SYSTEMIMAGESPATH = sSystemImagesPath ... > Script [ sSystemImagesPath = ] TREEVIEW.SystemImagesPath
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sSystemImagesPath System.String that specifies or receives the relative path to the directory that contains supporting tree images. treeimages/Default. Directory that contains 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
Microsoft.Web.UI.WebControls.dll
. In other words, you should create thetreeimages/
directory in the same directory asMicrosoft.Web.UI.WebControls.dll
.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl