Поделиться через


CToolTipCtrl::RelayEvent

Passes a mouse message to a tool tip control for processing.

void RelayEvent(
   LPMSG lpMsg 
);

Параметры

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

Заметки

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

 

Пример

See the example for CPropertySheet::GetTabControl.

Требования

Header: afxcmn.h

См. также

Основные понятия

CToolTipCtrl Class

CToolTipCtrl Members

Hierarchy Chart

CWnd::PreTranslateMessage

CWinApp::PreTranslateMessage