CTooltipManager Class

Maintains runtime information about tooltips. The CTooltipManager class is instantiated one time per application.

class CTooltipManager : public CObject

Members

Public Methods

Name

Description

CTooltipManager::CreateToolTip

Creates a tooltip control for the specified Windows control type(s).

CTooltipManager::DeleteToolTip

Deletes a tooltip control.

CTooltipManager::SetTooltipParams

Customizes the visual appearance of the tooltip control for the specified Windows control type(s).

CTooltipManager::SetTooltipText

Sets the text and description for a tooltip control.

CTooltipManager::UpdateTooltips

 

Remarks

Use CMFCToolTipCtrl Class, CMFCToolTipInfo, and CTooltipManager together to implement customized tooltips in your application. For an example of how to use these tooltip classes, see the CMFCToolTipCtrl Class topic.

Inheritance Hierarchy

CObject

   CTooltipManager

Requirements

Header: afxtooltipmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolTipCtrl Class

CMFCToolTipInfo Class

Other Resources

Classes (MFC Feature Pack)