|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| ClearImage Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : ClearImage Property |
| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> <ResDescriptionAttribute("The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true.")> <ResCategoryAttribute("TreeViewPlus")> <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# | |
|---|---|
[BrowsableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] [ResDescriptionAttribute("The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true.")] [ResCategoryAttribute("TreeViewPlus")] [NotifyParentPropertyAttribute(true)] public string ClearImage {get; set;} | |
By default, an image is not used on the control. Instead, a text hyperlink "Clear All" is displayed if ShowClearAllButton is true.
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