Button ToolTipText

  • Thread starter Thread starter Ryan Joseph So
  • Start date Start date
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.
 
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?
 
Back
Top