Contents Index Topic Contents | ||
Previous Topic: TTM_POP Next Topic: TTM_SETDELAYTIME |
TTM_RELAYEVENT
TTM_RELAYEVENT wParam = 0; lParam = (LPARAM) (LPMSG) lpmsg;Passes a mouse message to a tooltip control for processing.
- No return value.
- lpmsg
- Address of an MSG structure that contains the message to relay.
A tooltip control processes only the following messages passed to it by the TTM_RELAYEVENT message:
- WM_LBUTTONDOWN
- WM_LBUTTONUP
- WM_MBUTTONDOWN
- WM_MBUTTONUP
- WM_MOUSEMOVE
- WM_RBUTTONDOWN
- WM_RBUTTONUP
All other messages are ignored.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.