Microsoft Foundation Classes (mfc.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Handlers for WM_ Messages: Functions L - M
◄Up► ◄Contents► ◄Index► ◄Back►
──Microsoft Foundation Classes──────────────────────────────────────────────
Map Entry Function Prototype
ON_WM_LBUTTONDBLCLK( ) afx_msg void OnLButtonDblClk( UINT, CPoint );
ON_WM_LBUTTONDOWN( ) afx_msg void OnLButtonDown( UINT, CPoint );
ON_WM_LBUTTONUP( ) afx_msg void OnLButtonUp( UINT, CPoint );
ON_WM_MBUTTONDBLCLK( ) afx_msg void OnMButtonDblClk( UINT, CPoint );
ON_WM_MBUTTONDOWN( ) afx_msg void OnMButtonDown( UINT, CPoint );
ON_WM_MBUTTONUP( ) afx_msg void OnMButtonUp( UINT, CPoint );
ON_WM_MDIACTIVATE( ) afx_msg void OnMDIActivate( BOOL, CWnd*, CWnd*
);
ON_WM_MEASUREITEM( ) afx_msg void OnMeasureItem( LPMEASUREITEMSTRUCT
);
ON_WM_MENUCHAR( ) afx_msg LONG OnMenuChar( UINT, UINT, CMenu *
);
ON_WM_MENUSELECT( ) afx_msg 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_MOVE( ) afx_msg void OnMove( int, int );
-♦-