Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.9 KB

tooltip-component-windows-forms.md

File metadata and controls

36 lines (26 loc) · 1.9 KB
title ms.date helpviewer_keywords ms.assetid description
ToolTip Component
03/30/2017
tooltips [Windows Forms]
ToolTip component [Windows Forms]
82e71dc3-0159-4f91-9f22-499224f004a0
Learn how the Windows Form ToolTip component displays text when the user points at controls to give a brief explanation or overview.

ToolTip Component (Windows Forms)

The Windows Forms xref:System.Windows.Forms.ToolTip component displays text when the user points at controls. A ToolTip can be associated with any control. An example use of this control: In order to save space on a form, you can display a small icon on a button and use a ToolTip to explain the button's function.

In This Section

ToolTip Component Overview
Introduces the general concepts of the xref:System.Windows.Forms.ToolTip component, which allows users to see text when they point the mouse at a control.

How to: Set ToolTips for Controls on a Windows Form at Design Time
Describes how to set Tooltips in code or in the designer.

How to: Change the Delay of the Windows Forms ToolTip Component
Explains how to set values that control how long a Tooltip takes to appear and the length of time for which it is shown.

Reference

xref:System.Windows.Forms.ToolTip class
Provides reference information on the class and its members.

Related Sections

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.

Control Help Using ToolTips
Discusses Tooltips as a way to make brief, specialized Help messages for individual controls on Windows Forms.