IMAGEURL Attribute | ImageUrl Property

Sets or retrieves a value that indicates the URL of the image to be displayed on a node or toolbar item.

Syntax

Visual Basic  Public  Property ImageUrl As string
C# public  string ImageUrl { get; set; }
Managed C++ public:  __property string get_ImageUrl();
public:  __property void set_ImageUrl(string);
JScript public   function get ImageUrl() : string;
public   function set ImageUrl(string);

Possible Values

sImageURL string that specifies or receives the URL of the image to be displayed on a node or toolbar item.

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

Applies To

TOOLBARLABEL, TreeBase, TREEVIEW

See Also

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