Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.28 KB

File metadata and controls

25 lines (17 loc) · 1.28 KB
description Learn more about: Using CToolTipCtrl
title Using CToolTipCtrl
ms.date 11/04/2016
helpviewer_keywords
CToolTipCtrl class [MFC], creating tool tips
CToolTipCtrl class
ms.assetid 8fc58a04-4792-4223-a092-d349d11344da

Using CToolTipCtrl

The CToolTipCtrl class encapsulates the functionality of a tool tip control, a small pop-up window that displays a single line of text describing the purpose of a tool in an application. A tool tip is hidden most of the time, appearing only when the user puts the cursor on a tool and leaves it there for approximately one-half second. The tool tip appears near the cursor and disappears when the user clicks a mouse button or moves the cursor off of the tool.

What do you want to know more about

See also

Using CToolBarCtrl
Controls