SELECTEDIMAGEURL Attribute | SelectedImageUrl Property
Sets or retrieves the URL of an image to use for a selected node or TAB.
Syntax
Visual Basic Public Property SelectedImageUrl As string C# public string SelectedImageUrl { get; set; } Managed C++ public: __property string get_SelectedImageUrl();
public: __property void set_SelectedImageUrl(string);JScript public function get SelectedImageUrl() : string;
public function set SelectedImageUrl(string);
Possible Values
sSelectedImageURL 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
TabItem, TreeBase, TREEVIEW
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the TreeView WebControl