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
125
Custom tool tip for RibbonTab
posted

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

Parents
No Data
Reply
  • 53790
    posted

    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.

    Regards

     

Children