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

TcxMediaPlayer8Style.ArrowHighlightColor Property

Specifies the hot-tracked color of the arrow displayed within the hot zone.

#Declaration

Delphi
property ArrowHighlightColor: TColor read; write; default clWindow;

#Property Value

Type Default
TColor clWindow

#Remarks

The ArrowHighlightColor property defines the color used to paint the hot zone arrow when the mouse is over the hot zone. The arrow’s color when the mouse pointer is outside the hot zone is set using the ArrowColor property.

If you do not wish to use highlighting, set the ArrowHighlightColor and ArrowColor properties to the same value.

The default value of the ArrowHighlightColor property is clWindow.

See Also