Partilhar via


Manipuladores de mensagens WM_: L M

As seguintes entradas de MAP à esquerda correspondem aos protótipos de função à direita:

Mapeie a entrada

Protótipo de função

ON_WM_LBUTTONDBLCLK()

void afx_msg OnLButtonDblClk(UINT, CPoint);

ON_WM_LBUTTONDOWN()

void afx_msg OnLButtonDown(UINT, CPoint);

ON_WM_LBUTTONUP()

void afx_msg OnLButtonUp(UINT, CPoint);

ON_WM_MBUTTONDBLCLK()

void afx_msg OnMButtonDblClk(UINT, CPoint);

ON_WM_MBUTTONDOWN()

void afx_msg OnMButtonDown(UINT, CPoint);

ON_WM_MBUTTONUP()

void afx_msg OnMButtonUp(UINT, CPoint);

ON_WM_MDIACTIVATE()

void afx_msg OnMDIActivate(BOOL, CWnd * CWnd *);

ON_WM_MEASUREITEM()

void afx_msg OnMeasureItem(LPMEASUREITEMSTRUCT);

ON_WM_MENUCHAR()

LONG afx_msg OnMenuChar(UINT, UINT, CMenu *);

ON_WM_MENUDRAG()

afx_msg UINT OnMenuDrag(UINT, CMenu *);

ON_WM_MENUGETOBJECT()

afx_msg UINT OnMenuGetObject(MENUGETOBJECTINFO *);

ON_WM_MENURBUTTONUP()

void afx_msg OnMenuRButtonUp(UINT, CMenu *);

ON_WM_MENUSELECT()

void afx_msg OnMenuSelect(UINT, UINT, HMENU);

ON_WM_MOUSEACTIVATE()

afx_msg int OnMouseActivate(CWnd *, UINT, UINT);

ON_WM_MOUSEHOVER()

void afx_msg OnMouseHover(UINT, CPoint);

ON_WM_MOUSEHWHEEL()

void afx_msg OnMouseHWheel(UINT, curto, CPoint);

ON_WM_MOUSELEAVE()

void afx_msg OnMouseLeave();

ON_WM_MOUSEMOVE()

void afx_msg OnMouseMove(UINT, CPoint);

ON_WM_MOUSEWHEEL()

afx_msg BOOL OnMouseWheel(UINT, curto, CPoint);

ON_WM_MOVE()

void afx_msg OnMove(int, int);

ON_WM_MOVING()

void afx_msg OnMoving(UINT, LPRECT);

Consulte também

Referência

Mapas de mensagem (MFC)

Manipuladores de mensagens WM_