'Declaration <DescriptionAttribute("Indicates if the node labels take on the appearance of a hyperlink as the mouse pointer passes over them.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(False)> Public Property HotTracking As Boolean
'Usage Dim instance As SmartTreeView Dim value As Boolean instance.HotTracking = value value = instance.HotTracking
[Description("Indicates if the node labels take on the appearance of a hyperlink as the mouse pointer passes over them.")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(false)] public bool HotTracking {get; set;}