Contents Index Topic Contents | ||
Previous Topic: Tooltip Control Messages Next Topic: TTM_ADDTOOL |
TTM_ACTIVATE
TTM_ACTIVATE wParam = (WPARAM) (BOOL) fActivate; lParam = 0;Activates or deactivates a tooltip control.
- No return value.
- fActivate
- Activation flag. If this parameter is TRUE, the tooltip control is activated. If it is FALSE, the tooltip control is deactivated.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.