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

TcxMediaPlayer9Style.ArrowHighlightColor Property

Specifies the color of the arrow displayed within the hot zone when the mouse cursor points to it.

#Declaration

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

#Property Value

Type Default
TColor clBlue

#Remarks

The Media Player 9 hot zone style, like other hot zone styles using arrows, allows you to customize the color of the arrow displayed. This can be done using the ArrowColor and ArrowHighlightColor properties. These properties set the normal arrow color and while hot-tracked, respectively. Refer to the ArrowColor property description for details and for an example of customizing the arrow color.

The default value of the ArrowHighlightColor property is clBlue.

See Also