Contents Index Topic Contents | ||
Previous Topic: TabCtrl_SetPadding Next Topic: TabCtrl_SetUnicodeFormat |
TabCtrl_SetToolTips
void TabCtrl_SetToolTips( HWND hwndTab, HWND hwndTT );Assigns a tooltip control to a tab control. You can use this macro or send the TCM_SETTOOLTIPS message explicitly.
- No return value.
- hwndTab
- Handle to the tab control.
- hwndTT
- Handle to the tooltip control.
You can get the tooltip control associated with a tab control by using the TCM_GETTOOLTIPS message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.