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


CWnd::FilterToolTipMessage

Called by the framework to display the tool tip message associated with a button on the toolbar.

void FilterToolTipMessage(
   MSG* pMsg 
);

Параметры

  • pMsg
    A pointer to the tool tip message.

Заметки

It is normally called from PreTranslateMessage.

Call it when the framework does not call it for you.

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::OnToolHitTest