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

TcxSimpleStyle.ArrowColor Property

Specifies the default color of the arrow displayed within a hot zone (i.e. when it is not hot-tracked).

#Declaration

Delphi
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