Table of Contents
setImageUrl Method 

Sets the node image Url.

Syntax
JavaScript
 TreeNode.setImageUrl(url)

Parameters

url
The new image Url.
Remarks

The ImageUrl property must have already been set for the tree node. This function can only change an existing node image, it can not assign an image to a node that initially did not have an image.

See Also