Gestori di messaggi WM _: N - O

Voce della mappa Prototipo di funzione
ON_WM_NCACTIVATE) afx_msg BOOL OnNcActivate(BOOL);
ON_WM_NCCALCSIZE) afx_msg public static void OnNcCalcSize(BOOL, estremo NCCALCSIZE_PARAMS *);
ON_WM_NCCREATE) afx_msg BOOL OnNcCreate(LPCREATESTRUCT);
ON_WM_NCDESTROY) afx_msg void OnNcDestroy);
ON_WM_NCHITTEST) afx_msg UINT OnNcHitTest(CPoint);
ON_WM_NCLBUTTONDBLCLK) afx_msg public static void OnNcLButtonDblClk(UINT, CPoint);
ON_WM_NCLBUTTONDOWN) afx_msg public static void OnNcLButtonDown(UINT, CPoint);
ON_WM_NCLBUTTONUP) afx_msg public static void OnNcLButtonUp(UINT, CPoint);
ON_WM_NCMBUTTONDBLCLK) afx_msg public static void OnNcMButtonDblClk(UINT, CPoint);
ON_WM_NCMBUTTONDOWN) afx_msg public static void OnNcMButtonDown(UINT, CPoint);
ON_WM_NCMBUTTONUP) afx_msg public static void OnNcMButtonUp(UINT, CPoint);
ON_WM_NCMOUSEMOVE) afx_msg public static void OnNcMouseMove(UINT, CPoint);
ON_WM_NCPAINT) afx_msg void OnNcPaint);
ON_WM_NCRBUTTONDBLCLK) afx_msg public static void OnNcRButtonDblClk(UINT, CPoint);
ON_WM_NCRBUTTONDOWN) afx_msg public static void OnNcRButtonDown(UINT, CPoint);
ON_WM_NCRBUTTONUP) afx_msg public static void OnNcRButtonUp(UINT, CPoint);

Index