Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTrackBarProperties.ThumbHighlightColor Property

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

#Declaration

Delphi
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