TcxTreeListStyles.HotTrack Property
Specifies the style settings for the hot-tracked node.
Declaration
property HotTrack: TcxStyle index tlsv_HotTrack read; write;
Property Value
Type |
---|
TcxStyle |
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