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.
- Returns the handle to the tooltip control if successful, or NULL otherwise.
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.