Contents Index Topic Contents | ||
Previous Topic: TabCtrl_GetRowCount Next Topic: TabCtrl_GetUnicodeFormat |
TabCtrl_GetToolTips
int TabCtrl_GetToolTips( HWND hwnd );Retrieves the handle to the tooltip control associated with a tab control. You can use this macro or send the TCM_GETTOOLTIPS message explicitly.
- Returns the handle to the tooltip control if successful, or NULL otherwise.
- hwnd
- Handle to the tab control.
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.