Tooltip Control in VB.NET

What is the use of tooltip control in VB.Net?

Explanation

Tooltip Control

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.

Visual Basic Tutorial


Ask Questions

Ask Question