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
ASP <tagPrefix:ELEMENT IMAGEURL = sImageURL ... > Script [ sImageURL = ] object.ImageUrl
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sImageURL System.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, TOOLBARBUTTON, TOOLBARCHECKBUTTON, TREENODE, TREENODETYPE, TREEVIEW
See Also
Internet Explorer WebControls, About the Toolbar WebControl, About the TreeView WebControl