नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Assigns a tooltip control to a tab control. You can use this macro or send the TCM_SETTOOLTIPS message explicitly.
Syntax
void TabCtrl_SetToolTips(
HWND hwnd,
HWND hwndTT
);
Parameters
hwnd
Type: HWND
Handle to the tab control.
hwndTT
Type: HWND
Handle to the tooltip control.
Return value
None
Remarks
You can retrieve the tooltip control associated with a tab control by using the TCM_GETTOOLTIPS message.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |