TCM_SETTOOLTIPSTCM_SETTOOLTIPS*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TCM_SETPADDING
*Next Topic: TCM_SETUNICODEFORMAT

TCM_SETTOOLTIPS


TCM_SETTOOLTIPS 
    wParam = (WPARAM) (HWND) hwndTT;
    lParam = 0;

Assigns a tooltip control to a tab control. You can send this message explicitly or by using the TabCtrl_SetToolTips macro.

hwndTT
Handle to the tooltip control.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.