Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > tooltip for radApplicationMenu

Not answered tooltip for radApplicationMenu

Feed from this thread
  • John Davis Intermediate avatar

    Posted on Mar 8, 2011 (permalink)

    How do I set up in code a tooltip for the menu (the menu itself, not a menu item)?

    More importantly, how can I find a property such as tooltip by myself without having to get technical support?


    Reply

  • Stefan Stefan admin's avatar

    Posted on Mar 11, 2011 (permalink)

    Hi John Davis,

    Thank you for writing.

    You can subscribe to the ToolTipTextNeeded event of RadMenu, where you can provide the desired tool tip text. Please note that all RadControls for WinForms have this event, and this is the preferable way to assign tool tips to them.

    I hope this helps.

    Kind regards,
    Stefan
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

  • John Davis Intermediate avatar

    Posted on Mar 11, 2011 (permalink)

     

     

    Yes this technique works fine, thank you.

    private
    void radApplicationMenu1_ToolTipTextNeeded(object sender, ToolTipTextNeededEventArgs e)

     

     

    {

     

    e.ToolTipText =

     

    "Right-click for menu";

     

     

    }

    Reply

  • Stefan Stefan admin's avatar

    Posted on Mar 16, 2011 (permalink)

    Hello John Davis,

    I am glad that I could help. Should you have any other questions, do not hesitate to open a new thread.
     
    Greetings,
    Stefan
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > tooltip for radApplicationMenu
Related resources for "tooltip for radApplicationMenu"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]