TTM_RELAYEVENT (Windows CE 5.0)
This message sends a mouse message to a ToolTip control for processing.
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
WM_LBUTTONDOWN | WM_LBUTTONUP | WM_MBUTTONDOWN | WM_MBUTTONUP | WM_MOUSEMOVE | WM_RBUTTONDOWN | WM_RBUTTONUP
Send Feedback on this topic to the authors