Gestori di messaggi WM _: L - M

Voce della mappa Prototipo di funzione
ON_WM_LBUTTONDBLCLK) afx_msg public static void OnLButtonDblClk(UINT, CPoint);
ON_WM_LBUTTONDOWN) afx_msg public static void OnLButtonDown(UINT, CPoint);
ON_WM_LBUTTONUP) afx_msg public static void OnLButtonUp(UINT, CPoint);
ON_WM_MBUTTONDBLCLK) afx_msg public static void OnMButtonDblClk(UINT, CPoint);
ON_WM_MBUTTONDOWN) afx_msg public static void OnMButtonDown(UINT, CPoint);
ON_WM_MBUTTONUP) afx_msg public static void OnMButtonUp(UINT, CPoint);
ON_WM_MDIACTIVATE) afx_msg public static void OnMDIActivate(BOOL, CWnd, CWnd *);
ON_WM_MEASUREITEM) afx_msg public static void OnMeasureItem(LPMEASUREITEMSTRUCT);
ON_WM_MENUCHAR) afx_msg LONG OnMenuChar(UINT, UINT, CMenu *);
ON_WM_MENUSELECT) afx_msg public static void OnMenuSelect(UINT, UINT, HMENU);
ON_WM_MOUSEACTIVATE) afx_msg int OnMouseActivate(CWnd, UINT, UINT);
ON_WM_MOUSEMOVE) afx_msg void OnMouseMove(UINT, CPoint);
ON_WM_MOUSEWHEEL) afx_msg BOOL OnMouseWheel(UINT, breve, CPoint);
ON_WM_MOVE) afx_msg void OnMove(int, int);
ON_WM_MOVING) afx_msg public static void OnMoving(UINT, LPRECT);

Index