Tooltip for Menu Items

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • genojoe

    #1

    Tooltip for Menu Items

    Is there a way to associate a tooltip with a menu item. It seems that a menu
    item is not supported by the Tooltip class.
  • Herfried K. Wagner [MVP]

    #2
    Re: Tooltip for Menu Items

    "genojoe" <genojoe@discus sions.microsoft .com> schrieb:[color=blue]
    > Is there a way to associate a tooltip with a menu item. It seems that a
    > menu
    > item is not supported by the Tooltip class.[/color]

    That's indeed not supported out of the box.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Bob Powell [MVP]

      #3
      Re: Tooltip for Menu Items

      Aside from writing your own which can be done using an extender-provider
      based class, I recommend is this one...



      --
      Bob Powell [MVP]
      Visual C#, System.Drawing

      Ramuseco Limited .NET consulting


      Find great Windows Forms articles in Windows Forms Tips and Tricks


      Answer those GDI+ questions with the GDI+ FAQ


      All new articles provide code in C# and VB.NET.
      Subscribe to the RSS feeds provided and never miss a new article.





      "genojoe" <genojoe@discus sions.microsoft .com> wrote in message
      news:127667D2-CFB7-41D2-B0B9-4DD06921287C@mi crosoft.com...[color=blue]
      > Is there a way to associate a tooltip with a menu item. It seems that a
      > menu
      > item is not supported by the Tooltip class.[/color]


      Comment

      Working...