Using CToolTipCtrl to Create and Manipulate a CToolTipCtrl Object
Home | Overview | Sample
Here is an example of CToolTipCtrl usage:
To create and manipulate a CToolTipCtrl
- Construct the CToolTipCtrl object.
- Call Create to create the Windows tool tip common control and attach it to the CToolTipCtrl object.
- Call AddTool 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 SetToolInfo to set the information that a tool tip maintains for a tool.
- Call SetToolRect to set a new bounding rectangle for a tool.
- Call HitTest 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 GetToolCount to retrieve a count of the tools registered with the tool tip control.
See Also Windows Common Controls and MFC Classes