Skip to main content

TcxCustomTrackBarProperties.ThumbHighlightColor Property

Specifies the color of the track bar’s thumb when the mouse pointer hovers over it.

Declaration

property ThumbHighlightColor: TColor read; write; default clSilver;

Property Value

Type Default
TColor clSilver

Remarks

Use ThumbHighlightColor to specify the color used to paint the track bar’s thumb when it is hot-tracked. Note that the specified color is only used if the editor is not using native paint styles or skins. You can control if the editor is painted with native paint styles or skins using the Style.LookAndFeel.NativeStyle and Style.LookAndFeel.SkinName properties.

The color used to paint the thumb in normal state is set using the ThumbColor property. You can also specify custom colors for ticks and the track bar using the TickColor and TrackColor properties. The text color of tick labels can be specified via the font settings of the track bar’s Style~ option sets.

The default value of the ThumbHighlightColor property is clSilver.

See Also