Prev Next
The TTM_ACTIVATE message activates or deactivates a tooltip control.
TTM_ACTIVATE
wParam = (WPARAM) (BOOL) fActivate;
lParam = 0;
Parameters
-
fActivate
-
Activation flag. If this parameter is TRUE, the tooltip control is activated.
If it is FALSE, the tooltip control is deactivated.
Return Values
No return value.