Skip to main content

TdxBarManager.UseBarHintWindow Property

Specifies the settings to apply to hints.

Declaration

property UseBarHintWindow: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

By default, this property is set to True indicating that TdxBarHintWindow settings are applied to hints. To apply THintWindow settings and enable the use of advanced hints or ScreenTips in your application, set the UseBarHintWindow property to False. In this instance, you can utilize the functionality provided by the TdxScreenTipRepository and TcxHintStyleController components to customize the appearance of hints and replace them with ScreenTips. Refer to the component descriptions to learn more.

Note

The UseBarHintWindow property is not in effect for hints and ScreenTips displayed for Ribbon UI elements.

The default value of the UseBarHintWindow property is True.

See Also