CTreeCtrl::GetToolTips

CToolTipCtrl* GetToolTips( );

Return Value

A pointer to a CToolTipCtrl object to be used by the tree control. If the Create member function uses the style TVS_NOTOOLTIPS, no tooltips are used, and NULL is returned.

Remarks

This member function implements the behavior of the Win32 message TVM_GETTOOLTIPS, as described in the Platform SDK.

The MFC implementation of GetToolTips returns a CToolTipCtrl object, which is used by the tree control, rather than a handle to a tooltip control.

CTreeCtrl OverviewClass MembersHierarchy Chart

See Also   CTreeCtrl::SetToolTips