Using CToolTipCtrl to Create and Manipulate a CToolTipCtrl Object
To create and manipulate a CToolTipCtrl
Construct the CToolTipCtrl object.
Call to create the Windows tool tip common control and attach it to the CToolTipCtrl object.
Call to register a tool with the tool tip control, so that the information stored in the tool tip is displayed when the cursor is on the tool.
Call to set the information that a tool tip maintains for a tool.
Call to test a point to determine whether it is within the bounding rectangle of the given tool and, if so, retrieve information about the tool.
Call to retrieve a count of the tools registered with the tool tip control.