Gestori di messaggi di WM_: N - OR
Le seguenti voci della mappa a sinistra corrispondono ai prototipi di funzione a destra:
Voce di mapping |
Prototipo di funzione |
---|---|
ON_WM_NCACTIVATE () |
BOOL OnNcActivate(BOOL) del afx_msg; |
ON_WM_NCCALCSIZE () |
afx_msg OnNcCalcSizevoid (BOOL, NCCALCSIZE_PARAMS FAR*); |
ON_WM_NCCREATE () |
BOOL OnNcCreate(LPCREATESTRUCT) del afx_msg; |
ON_WM_NCDESTROY () |
afx_msg OnNcDestroyvoid (); |
ON_WM_NCHITTEST () |
afx_msg LRESULT OnNcHitTest(CPoint); |
ON_WM_NCLBUTTONDBLCLK () |
afx_msg OnNcLButtonDblClkvoid (UINT, CPoint); |
ON_WM_NCLBUTTONDOWN () |
afx_msg OnNcLButtonDownvoid (UINT, CPoint); |
ON_WM_NCLBUTTONUP () |
afx_msg OnNcLButtonUpvoid (UINT, CPoint); |
ON_WM_NCMBUTTONDBLCLK () |
afx_msg OnNcMButtonDblClkvoid (UINT, CPoint); |
ON_WM_NCMBUTTONDOWN () |
afx_msg OnNcMButtonDownvoid (UINT, CPoint); |
ON_WM_NCMBUTTONUP () |
afx_msg OnNcMButtonUpvoid (UINT, CPoint); |
ON_WM_NCMOUSEHOVER () |
afx_msg OnNcMouseHovervoid (UINT, CPoint); |
ON_WM_NCMOUSELEAVE () |
afx_msg OnNcMouseLeavevoid (); |
ON_WM_NCMOUSEMOVE () |
afx_msg OnNcMouseMovevoid (UINT, CPoint); |
ON_WM_NCPAINT () |
afx_msg OnNcPaintvoid (); |
ON_WM_NCRBUTTONDBLCLK () |
afx_msg OnNcRButtonDblClkvoid (UINT, CPoint); |
ON_WM_NCRBUTTONDOWN () |
afx_msg OnNcRButtonDownvoid (UINT, CPoint); |
ON_WM_NCRBUTTONUP () |
afx_msg OnNcRButtonUpvoid (UINT, CPoint); |
ON_WM_NCXBUTTONDBLCLK () |
OnNcXButtonDblClkvoid (breve, UINT, CPoint); |
ON_WM_NCXBUTTONDOWN () |
afx_msg OnNcXButtonDownvoid (breve, UINT, CPoint); |
ON_WM_NCXBUTTONUP () |
afx_msg OnNcXButtonUpvoid (breve, UINT, CPoint); |
ON_WM_NEXTMENU () |
afx_msg OnNextMenuvoid (UINT, LPMDINEXTMENU); |
ON_WM_NOTIFYFORMAT () |
afx_msg UINT OnNotifyFormat(CWnd*, UINT); |