CToolTipCtrl::RelayEvent

void RelayEvent( LPMSG lpMsg );

Parameters

lpMsg

Pointer to a MSG structure that contains the message to relay.

Remarks

Call this function to pass a mouse message to a tool tip control for processing. A tool tip control processes only the following messages, which are sent to it by RelayEvent:

WM_LBUTTONDOWN WM_MOUSEMOVE
WM_LBUTTONUP WM_RBUTTONDOWN
WM_MBUTTONDOWN WM_RBUTTONUP
WM_MBUTTONUP

Example

See the example for CPropertySheet::GetTabControl.

CToolTipCtrl OverviewClass MembersHierarchy Chart

See Also   CWnd::PreTranslateMessage, CWinApp::PreTranslateMessage