TcxSimpleStyle.ArrowHighlightColor Property
Specifies the color of arrows displayed within the hot zone when it is hot-tracked.
Declaration
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