CToolBarCtrl::GetToolTips
CToolTipCtrl*GetToolTips() const;
Return Value
A pointer to the CToolTipCtrl object associated with this toolbar or NULL if the toolbar has no associated tool tip control.
Remarks
Call this function to retrieve the handle of the tool tip control, if any, associated with the toolbar control. Since the toolbar control normally creates and maintains its own tool tip control, most programs don’t need to call this function.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::SetToolTips, CToolBarCtrl: Handling Tool Tip Notifications, CToolTipCtrl