Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
505
Appearance of the tools' tooltips?
posted

I've searched everywhere, but for the past five years the consistent answer seems to be that ToolTipTextFormatted is the only way to get any control over how the UltraToolbarsManager's tooltips are presented. This is quite a pain.

Here's my use case: we have a multi-lingual application, and depending on the language, we need to use different fonts. In Chinese Traditional we want to use MingLiU — this works everywhere, except for the tooltips. The Western characters look pretty ugly to our (Western) eyes in MingLiU (crappy serifs!), but the priority is on the Chinese glyphs, and some of them are completely unreadable in the tooltips (see edited screenshot).

Is there a way to at least set the tooltip font (family and size) at the UltraToolbarsManager level?

TIA,
Hans

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello ,

     

    The best and the easiest way to achieve your goal is to use ToolTipTextFormatted, however there is an another approach. You should Implement IToolTipItem interface which is responsible for the Tooltip for Infragistics Components and to assign an instance of this  implementation to the UIElement which should display your tooltip. I’ve implemented this suggestion is a very base sample in order to demonstrate you this approach, in order to avoid duplication of Tooltips I’ve set ToolTipDisplayStyle to None.

     

    I hope that this will helps you.

    139922.7z
Children