Condividi tramite


Gestori di messaggi WM_: N - O

Le voci della mappa a sinistra corrispondono ai prototipi di funzione sulla 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 void OnNcDestroy();

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 void OnNcMouseLeave();

ON_WM_NCMOUSEMOVE()

afx_msg OnNcMouseMovevoid (UINT, CPoint);

ON_WM_NCPAINT()

afx_msg void OnNcPaint();

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 (short, UINT, CPoint);

ON_WM_NCXBUTTONDOWN()

afx_msg OnNcXButtonDownvoid (short, UINT, CPoint);

ON_WM_NCXBUTTONUP()

afx_msg OnNcXButtonUpvoid (short, UINT, CPoint);

ON_WM_NEXTMENU()

afx_msg OnNextMenuvoid (UINT, LPMDINEXTMENU);

ON_WM_NOTIFYFORMAT()

afx_msg UINT OnNotifyFormat(CWnd*, UINT);

Vedere anche

Riferimenti

Mappe messaggi (MFC)

Gestori per messaggi WM_