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
55
BalloonTip tooltip style for ribbon tools?
posted
Normal 0 false false false EN-US JA X-NONE

Is there a way to use the same BalloonTip DisplayStyle that is available with UltraToolTipManager (below) with the ribbon tool tooltips in UltraToolbarsManager?

 Infragistics.Win.UltraWinToolTip.UltraToolTipManager.DisplayStyle = Infragistics.Win.ToolTipDisplayStyle.BalloonTip

 I found the UltraToolbarsDockAreaUIElement.DefaultToolTipDisplayStyle which can be set to BalloonTip, but I’m not sure how to get that object for my ribbon on my form. 

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello MarcBate,

    What you are looking for here could be achieved using UltraToolTipManager. The element you want to customize is different from the DockAreaUIElement. You can set only Formatted, None and Standard to the property regarding the the tip display style.

     

    If you have any further questions I will be glad to help.

Children
No Data