Prev Next
TabCtrl_SetToolTips info Overview GroupThe TabCtrl_SetToolTips macro assigns a tooltip control to a tab control. You can use this macro or explicitly send the TCM_SETTOOLTIPS message. void TabCtrl_SetToolTips(
Parameters
Return ValuesNo return value. RemarksYou can get the tooltip control associated with a tab control by using the TCM_GETTOOLTIPS message. See Also |