G Guest Aug 10, 2005 #1 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.
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.
H Herfried K. Wagner [MVP] Aug 10, 2005 #2 genojoe said: 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. Click to expand... That's indeed not supported out of the box.
genojoe said: 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. Click to expand... That's indeed not supported out of the box.
B Bob Powell [MVP] Aug 11, 2005 #3 Aside from writing your own which can be done using an extender-provider based class, I recommend is this one... http://www.xraytools.net/productdetail.aspx?id=78 -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consulting http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
Aside from writing your own which can be done using an extender-provider based class, I recommend is this one... http://www.xraytools.net/productdetail.aspx?id=78 -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consulting http://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.