Xceed SmartUI for WinForms v3.6 Documentation
HotTracking Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.TreeView Namespace > SmartTreeView Class : HotTracking Property
Gets or sets a boolean value indicating if the node labels take on the appearance of a hyperlink as the mouse pointer passes over them.
Syntax
'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;}

Property Value

true if the node labels take on the appearance of a hyperlink as the mouse pointer passes over them; false otherwise. By default, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartTreeView Class
SmartTreeView Members