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.ArrowHighlightColor Property

Specifies the color of arrows displayed within the hot zone when it is hot-tracked.

#Declaration

Delphi
property ArrowHighlightColor: TColor read; write; default clWindow;

#Property Value

Type Default
TColor clWindow

#Remarks

Use the ArrowHighlightColor property to specify the color that will be used to paint a hot zone’s arrows when the mouse pointer is over it. If the mouse cursor is outside the hot zone’s area, the arrows are painted according to the ArrowColor property instead.

If you do not want to use highlighting, assign the same values to the ArrowColor and ArrowHighlightColor properties.

The default value of the ArrowHighlightColor property is clWindow.

See Also