Skip to main content

TcxMediaPlayer9Style.ArrowHighlightColor Property

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

Declaration

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