TcxSimpleStyle.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
Simple hot zones display two arrows within their area. The normal color of these arrows (when the hot zone is not hot-tracked) is specified by the ArrowColor property. When the mouse pointer enters the hot zone’s area, the color of arrows is provided by the ArrowHighlightColor property instead.
The image below illustrates how changing the ArrowColor property value affects the appearance of the hot zone. The property is set to clBlack and clRed respectively.
The default value of the ArrowColor property is clWindowText.
See Also