EXPANDEDIMAGEURL Attribute | ExpandedImageUrl Property
Sets or retrieves the URL of an image to use for expanded nodes.
Syntax
ASP <tagPrefix:ELEMENT EXPANDEDIMAGEURL = sExpandedImageURL ... > Script [ sExpandedImageURL = ] object.ExpandedImageUrl
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sExpandedImageURL System.String that specifies or receives the URL of an image to use for expanded nodes. The property is read/write. The property has no default value.
Remarks
If no URL is specified, the image does not change when expanded.
Applies To
TreeBase, TREENODE, TREENODETYPE, TREEVIEW
See Also
Show: