Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
commctrl.h
Unicode
No
Platform Notes
None

TabCtrl_SetToolTips

The TabCtrl_SetToolTips macro assigns a tooltip control to a tab control. You can use this macro or explicitly send the TCM_SETTOOLTIPS message.

  • oid TabCtrl_SetToolTips(

HWND hwndTab,

HWND hwndTT

);

Parameters

hwndTab

Handle to the tab control.

hwndTT

Handle to the tooltip control.

Return Values

No return value.

Remarks

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

See Also

TCM_GETTOOLTIPS, TCM_SETTOOLTIPS

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples