Skip to main content

TcxHintStyle.BorderColor Property

Specifies hint border colors.

Declaration

property BorderColor: TColor read; write; default clWindowFrame;

Property Value

Type Default
TColor clWindowFrame

Remarks

Use the BorderColor property if you need to change the color of hint borders. For instance, you may set the property to the same value as the Color property. In this case, hints will have no border displayed.

Images below show examples of hints when the BorderColor property is set to clBlack, clGreen and to the same value as the background color.

Note

the BorderColor property is in effect only when the hint uses rounded borders (the Rounded property value is True). Otherwise, the hint window is rectangular and uses raised borders (painted using system colors). To use a particular border color with a rectangular hint, set its Rounded property to True and RoundRadius to 0. The images below show a rectangular hint window using a standard and a custom colored border.

The default value of the BorderColor property is clWindowFrame.

See Also