Share via


CTabCtrl::SetToolTips

voidSetToolTips(CToolTipCtrl*pWndTip);

Parameters

pWndTip

Handle of the tool tip control.

Remarks

Call this function to assign a tool tip control to a tab control. 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.

CTabCtrl OverviewClass MembersHierarchy Chart

See Also   CTabCtrl::GetToolTips