EXPANDEDIMAGEURL Attribute | ExpandedImageUrl Property

Sets or retrieves the URL of an image to use for expanded nodes.

Syntax

Visual Basic  Public  Property ExpandedImageUrl As string
C# public  string ExpandedImageUrl { get; set; }
Managed C++ public:  __property string get_ExpandedImageUrl();
public:  __property void set_ExpandedImageUrl(string);
JScript public   function get ExpandedImageUrl() : string;
public   function set ExpandedImageUrl(string);

Possible Values

sExpandedImageURL 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, TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl