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.
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.