Hi all,
we currently use this code to create the module "Information" as seen in the screenshot attached:
RibbonTab ribbonTabNew = new RibbonTab( "some key", "Information" );
Is there any way, to set a tool tip on the RibbonTab hat differs from the caption property e.g. the button named "Information" and the tool tip showing "here you get a lot of information inside"
Thanks in advance
Hello WStrittmatter,
If you need any additional assistance don’t hesitate to ask.
Regards
That`s correct, but one possible approach could be if you are using UltraTooltipManager and both events - MouseEnterElement and MouseLeaveElement. Using these two events, you could check for RibbonTabItemUIElement and show/hide your tooltip.
Let me know if you have any qustions.
Hi Georgi,
for the button this is OK. But we want to add a user defined tooltip to the RibbonTab (the yellow tab "ribbon1" in your example). There seems to be no property for TooltipText at RibbonTab.
Regards,
Hi WStrittmatter,
Yes, it is possible if you are using ToolTipText and ToolTipTitle property. Take a look at the atatched screenshot for more details.
Let me know if you have any questions.