TTM_RELAYEVENT (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
ToolTips Messages
WM_LBUTTONDOWN
WM_LBUTTONUP
WM_MBUTTONDOWN
WM_MBUTTONUP
WM_MOUSEMOVE
WM_RBUTTONDOWN
WM_RBUTTONUP