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
See Also