TCM_GETTOOLTIPSTCM_GETTOOLTIPS*
*Contents  *Index  *Topic Contents
*Previous Topic: TCM_GETROWCOUNT
*Next Topic: TCM_GETUNICODEFORMAT

TCM_GETTOOLTIPS


TCM_GETTOOLTIPS 
    wParam = 0;
    lParam = 0;

Retrieves the handle to the tooltip control associated with a tab control. You can send this message explicitly or by using the TabCtrl_GetToolTips macro.

A tab control creates a tooltip control if it has the TCS_TOOLTIPS style. You can also assign a tooltip control to a tab control by using the TCM_SETTOOLTIPS message.


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