CTabCtrl::SetToolTips

Assigns a tool tip control to a tab control.

void SetToolTips( 
  CToolTipCtrl* pWndTip  
);

Parameters

  • pWndTip
    Handle of the tool tip control.

Remarks

You can get the tool tip control associated with a tab control by making a call to GetToolTips.

Example

See the example for CPropertySheet::GetTabControl.

Requirements

Header: afxcmn.h

See Also

Reference

CTabCtrl Class

Hierarchy Chart

CTabCtrl::GetToolTips

Other Resources

CTabCtrl Members