Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This message sends a mouse message to a ToolTip control for processing.
Syntax
TTM_RELAYEVENT wParam = 0;
lParam = (LPARAM) (LPMSG) lpmsg;
Parameters
- wParam
Not used. Set to 0.
- lpmsg
Pointer to the message that you want to send to the ToolTip control.
Return Value
None.
Remarks
A ToolTip control processes only the following messages that the TTM_RELAYEVENT message passes to the control:
A ToolTip control ignores all other messages.
Requirements
| Header | commctrl.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
WM_LBUTTONDOWN
WM_LBUTTONUP
WM_MBUTTONDOWN
WM_MBUTTONUP
WM_MOUSEMOVE
WM_RBUTTONDOWN
WM_RBUTTONUP