ToolTip
Do not overuse tooltips
Not a visual control
- Add a tooltip control to form
It appears below the form

Adding the control gives you a new property in all your other controls called tooltip
- Set the tooltip property to some text

You can have more than one tooltip control on the form and enable and disable them
If you mouse over control with a tooltip it displays the text
