[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Font color used to draw the text on a hovered tree node when hot tracking is enabled.
Source position: comctrls.pp line 3657
protected property TCustomTreeView.HotTrackColor : TColor |
HotTrackColor is a TColor property with the color used for the font on a hot-tracked tree node. The default value for the property is clNone and causes either SelectionFontColor or the color in Font to be used for the text. SelectionFontColor is used when themed drawing is not enabled in Options.
Use HotTrack to enable or disable hot-track highlighting for tree nodes on the control.
|
The set of options enabled in the tree view control. |
|
|
Enables or disables highlight / underline drawing styles on a tree item when the mouse is hovered over it. |
|
|
Color used to draw the text for a (multi-)selected item when enabled. |
|
|
Color used to paint the background for the selected tree node in the control. |
|
|
Renders the specified tree node to the canvas for the control. |
|
|
Implements the Paint method for the control. |
Version 4.0 | Generated 2025-05-03 | Home |