TcxTreeListStyles.HotTrack Property
In This Article
Specifies the style settings for the hot-tracked node.
#Declaration
Delphi
property HotTrack: TcxStyle index tlsv_HotTrack read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to define the style settings for the hot-tracked node. This style is applied to a node when the mouse pointer hovers over it at runtime. To enable node hot-tracking set the TreeList control’s OptionsBehavior.HotTrack property to True.
See Also