TcxMediaPlayer8Style.ArrowHighlightColor Property
Specifies the hot-tracked color of the arrow displayed within the hot zone.
Declaration
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