Skip to main content
A newer version of this page is available. .

TcxHintStyle.Standard Property

Specifies whether visual effects provided by the TcxHintStyleController component should be used.

Declaration

property Standard: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The TcxHintStyleController component provides a number of visual effects for hints. You can display icons within hints, customize the background color and text font, change the shape of the hint window, etc. (Please refer to the TcxHintStyle object description for the overall description of the visual effects provided). The Standard property must be set to False to enable all the visual effects. Setting this property to True disables all effects.

The Standard property is useful if you want to make visual effects optional. It allows you to toggle the use of visual effects by a single line of code. Also note that when effects are disabled and re-enabled, all previous settings are preserved.

The default value of the Standard property is False.

See Also