TabCtrl_SetToolTips

The TabCtrl_SetToolTips macro assigns a tooltip control to a tab control. You can use this macro or explicitly send the TCM_SETTOOLTIPS message.

void TabCtrl_SetToolTips(

HWND hwndTab,  
HWND hwndTT  
);  

Parameters

hwndTab

Handle to the tab control.

hwndTT

Handle to the tooltip control.

Return Values

No return value.

Remarks

You can get the tooltip control associated with a tab control by using the TCM_GETTOOLTIPS message.

See Also

TCM_GETTOOLTIPS, TCM_SETTOOLTIPS