ESRI.ArcGIS.ADF.Web.UI.WebControls
ExpandedImage Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : ExpandedImage Property




URL of the image to display at a node when the node is expanded to show its children.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The URL of the image to display at a node when the node is expanded to show its children.")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("TreeViewPlus")>
Public Property ExpandedImage As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As String
 
instance.ExpandedImage = value
 
value = instance.ExpandedImage
C# 
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The URL of the image to display at a node when the node is expanded to show its children.")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("TreeViewPlus")]
public string ExpandedImage {get; set;}

Remarks

The value must be a valid URL to the image. This may be a relative URL to an image within the web application (e.g., "../images/myExpanded.gif"), or an absolute URL to an image in a shared directory on a Web server (e.g., "http://myserver.example.com/images/myExpanded.gif"). The ASP.NET application-relative path pattern (e.g., ~/images/myExpanded.gif") will not work properly.

If not specified, the default image is used, which is a square button with a minus sign.

See Also

© 2010 All Rights Reserved.