R Ryan Joseph So Feb 10, 2005 #1 Is it possible to add a tooltiptext on the button control? How? Ryan.
B Bob Powell [MVP] Feb 10, 2005 #2 Just add a tooltip component to your form and then you'll see the new property "Tooltip text on xxxxx" added to your button control. -- Bob Powell [MVP] Visual C#, System.Drawing 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.
Just add a tooltip component to your form and then you'll see the new property "Tooltip text on xxxxx" added to your button control. -- Bob Powell [MVP] Visual C#, System.Drawing 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.
R Ryan Joseph So Feb 11, 2005 #3 Yap its the easy part. But what if i'm making a custom control button and I want to add a tooltiptext property built-in to it. Is there any article in the net on how to do this?
Yap its the easy part. But what if i'm making a custom control button and I want to add a tooltiptext property built-in to it. Is there any article in the net on how to do this?