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




The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("TreeViewPlus")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ClearImage As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As String
 
instance.ClearImage = value
 
value = instance.ClearImage
C# 
[ResDescriptionAttribute("The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("TreeViewPlus")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public string ClearImage {get; set;}

Remarks

By default, an image is not used on the control. Instead, a text hyperlink "Clear All" is displayed if ShowClearAllButton is true.

See Also

© 2010 All Rights Reserved.