SELECTEDIMAGEURL Attribute | SelectedImageUrl Property

Sets or retrieves the URL of an image to use for a selected node or TAB.

Syntax

ASP <tagPrefix:ELEMENT SELECTEDIMAGEURL = sSelectedImageURL ... >
Script [ sSelectedImageURL = ] object.SelectedImageUrl

Possible Values

tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
sSelectedImageURL System.String that specifies or receives the URL of an image to use for a selected node or tab.

The property is read/write. The property has no default value.

Remarks

The SELECTEDIMAGEURL property of a TABSEPARATOR object overwrites the SEPSELECTEDIMAGEURL property of a TABSTRIP object.

If no URL is specified, the image does not change when selected.

Applies To

TAB, TABSEPARATOR, TREENODE, TREENODETYPE, TREEVIEW

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the TreeView WebControl