|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| ExpandedImage Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : ExpandedImage Property |
| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> <NotifyParentPropertyAttribute(True)> <ResDescriptionAttribute("The URL of the image to display at a node when the node is expanded to show its children.")> <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)] [PersistenceModeAttribute(PersistenceMode.Attribute)] [NotifyParentPropertyAttribute(true)] [ResDescriptionAttribute("The URL of the image to display at a node when the node is expanded to show its children.")] [ResCategoryAttribute("TreeViewPlus")] public string ExpandedImage {get; set;} | |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family