Using Tooltip Controls
This section contains examples that demonstrate how to create different types of tooltips.
In this section
| Topic | Description |
|---|---|
|
The following example function creates a tooltip and associates it with the control whose resource ID is passed in. | |
|
The following example demonstrates how to create a standard tooltip control for a window's entire client area. | |
|
Tracking tooltips remain visible until they are explicitly closed by the application, and can change position on the screen dynamically. They are supported by version 4.70 and later of the common controls. | |
|
Multiline tooltips allow text to be displayed on more than one line. | |
|
Balloon tooltips are similar to standard tooltips, but are displayed in a cartoon-style "balloon" with a stem pointing to the tool. Balloon tooltips can be either single-line or multiline. They are created and handled in much the same way as standard tooltips. | |
|
A nonintrusive way to display an explanatory message for a status bar icon is to implement a tooltip. The tooltip disappears when clicked, but you can also specify a time-out value. | |
|
In-place tooltips are used to display text strings for objects that have been clipped. For an illustration, see About Tooltip Controls. |
Send comments about this topic to Microsoft
Build date: 10/27/2012