Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.UseBarHintWindow Property

Specifies the settings to apply to hints.

#Declaration

Delphi
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