SELECTEDIMAGEURL Attribute | selectedImageUrl Property
Sets or retrieves the URL of an image to use for a selected node.
Syntax
HTML <namespace:TREEVIEW SELECTEDIMAGEURL = sselectedImageURL... > Scripting TREEVIEW.selectedImageUrl [ = sselectedImageURL ]
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. sselectedImageURL String that specifies or receives the URL of an image to use for a selected node. The property is read/write. The property has no default value.
Remarks
If no URL is specified, the image does not change when selected.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl