Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net 2.0 Winform Label Tool Tip

This has got to be something I just missed, but how do I add a tool tip to a label?

I saw something on the web about handling the mouse hover event, but how would I even handle it in code?

like image 379
Miles Avatar asked Nov 04 '08 17:11

Miles


1 Answers

Add in your form the TooTip from the ToolBox than click once in your label and you'll see ToolTip in the property box.

like image 170
Patrick Desjardins Avatar answered Sep 26 '22 10:09

Patrick Desjardins