Tooltip Control is used to display explanatory text when the mouse rest on a control or window. This control
is helpful in providing a quick help to users.
Video:
Explanation:
First the BackColor and ForeColor property is set for the tooltip control.
Type of icon is set using the ToolTipIcon property.
Using the MouseHover event of a textbox, the tooltip is displayed.