Freigeben über


WM_-Meldungshandler: L - M

Die Einträge in der folgenden Zuordnung auf der linken Seite entsprechen den Funktionsprototypen auf der rechten Seite:

Eintrag Zuordnungen

Funktionsprototyp

ON_WM_LBUTTONDBLCLK ()

afx_msg void OnLButtonDblClk(;) CPoint UINT, long

ON_WM_LBUTTONDOWN ()

afx_msg void OnLButtonDown(;) CPoint UINT, long

ON_WM_LBUTTONUP ()

afx_msg void OnLButtonUp(;) CPoint UINT, long

ON_WM_MBUTTONDBLCLK ()

afx_msg void OnMButtonDblClk(;) CPoint UINT, long

ON_WM_MBUTTONDOWN ()

afx_msg void OnMButtonDown(;) CPoint UINT, long

ON_WM_MBUTTONUP ()

afx_msg void OnMButtonUp(;) CPoint UINT, long

ON_WM_MDIACTIVATE ()

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

ON_WM_MEASUREITEM ()

afx_msg void OnMeasureItem(LPMEASUREITEMSTRUCT).

ON_WM_MENUCHAR ()

afx_msg LANGES OnMenuChar(UINT, long UINT, long CMenu*).

ON_WM_MENUDRAG ()

afx_msg UINT OnMenuDrag(UINT, long CMenu*).

ON_WM_MENUGETOBJECT ()

afx_msg UINT OnMenuGetObject(MENUGETOBJECTINFO*).

ON_WM_MENURBUTTONUP ()

afx_msg void OnMenuRButtonUp(;) CMenu* UINT, long

ON_WM_MENUSELECT ()

afx_msg void OnMenuSelect(UINT, long UINT, long HMENU).

ON_WM_MOUSEACTIVATE ()

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

ON_WM_MOUSEHOVER ()

afx_msg void OnMouseHover(;) CPoint UINT, long

ON_WM_MOUSEHWHEEL ()

afx_msg void OnMouseHWheel CPoint short, UINT, long ();

ON_WM_MOUSELEAVE ()

afx_msg void OnMouseLeave();

ON_WM_MOUSEMOVE ()

afx_msg void OnMouseMove(;) CPoint UINT, long

ON_WM_MOUSEWHEEL ()

afx_msg BOOL OnMouseWheel CPoint short, UINT, long ();

ON_WM_MOVE ()

afx_msg void OnMove(int, int);

ON_WM_MOVING ()

afx_msg void OnMoving(UINT, LPRECT);

Siehe auch

Referenz

Meldungszuordnungen (MFC)

Handler für WM_-Meldungen