TcxHintStyle.Color Property
Specifies the background color of the hint window.
Declaration
property Color: TColor read; write; default clInfoBk;
Property Value
Type | Default |
---|---|
TColor | clInfoBk |
Remarks
Use the Color property if you need to change the background color of the hint window. The color of the window’s border is specified by the BorderColor property. Set the two properties to the same value to prevent a border from being displayed.
Images below show hint windows when the Color property is set to different values.
The default value of the Color property is clInfoBk.
See Also