TcxMediaPlayer9Style.ArrowColor Property
Specifies the default color of the arrow displayed within a hot zone (i.e. when it is not hot-tracked).
Declaration
property ArrowColor: TColor read; write; default clWindowText;
Property Value
Type | Default |
---|---|
TColor | clWindowText |
Remarks
The color of the arrow displayed within the Media Player 9 hot zone can be customized using the ArrowColor and ArrowHighlightColor properties. They specify the normal arrow color and the color when hot-tracked by the mouse. Provide identical values for these properties if you do not want the arrow to change its color when pointing to the hot zone with the mouse.
The table below displays the result of setting the ArrowColor property to clBlack and clRed respectively.
The default value of the ArrowColor property is clWindowText.
See Also