Partilhar via


Manipuladores de mensagens WM_: N O

As seguintes entradas de MAP à esquerda correspondem aos protótipos de função à direita:

Mapeie a entrada

Protótipo de função

ON_WM_NCACTIVATE()

afx_msg BOOL OnNcActivate(BOOL);

ON_WM_NCCALCSIZE()

void afx_msg OnNcCalcSize(BOOL, NCCALCSIZE_PARAMS MUITO *);

ON_WM_NCCREATE()

afx_msg BOOL OnNcCreate(LPCREATESTRUCT);

ON_WM_NCDESTROY()

void afx_msg OnNcDestroy();

ON_WM_NCHITTEST()

afx_msg LRESULT OnNcHitTest(CPoint);

ON_WM_NCLBUTTONDBLCLK()

void afx_msg OnNcLButtonDblClk(UINT, CPoint);

ON_WM_NCLBUTTONDOWN()

void afx_msg OnNcLButtonDown(UINT, CPoint);

ON_WM_NCLBUTTONUP()

void afx_msg OnNcLButtonUp(UINT, CPoint);

ON_WM_NCMBUTTONDBLCLK()

void afx_msg OnNcMButtonDblClk(UINT, CPoint);

ON_WM_NCMBUTTONDOWN()

void afx_msg OnNcMButtonDown(UINT, CPoint);

ON_WM_NCMBUTTONUP()

void afx_msg OnNcMButtonUp(UINT, CPoint);

ON_WM_NCMOUSEHOVER()

void afx_msg OnNcMouseHover(UINT, CPoint);

ON_WM_NCMOUSELEAVE()

void afx_msg OnNcMouseLeave();

ON_WM_NCMOUSEMOVE()

void afx_msg OnNcMouseMove(UINT, CPoint);

ON_WM_NCPAINT()

void afx_msg OnNcPaint();

ON_WM_NCRBUTTONDBLCLK()

void afx_msg OnNcRButtonDblClk(UINT, CPoint);

ON_WM_NCRBUTTONDOWN()

void afx_msg OnNcRButtonDown(UINT, CPoint);

ON_WM_NCRBUTTONUP()

void afx_msg OnNcRButtonUp(UINT, CPoint);

ON_WM_NCXBUTTONDBLCLK()

voidOnNcXButtonDblClk(UINT, UINT, CPoint);

ON_WM_NCXBUTTONDOWN()

void afx_msg OnNcXButtonDown(UINT, UINT, CPoint);

ON_WM_NCXBUTTONUP()

void afx_msg OnNcXButtonUp(UINT, UINT, CPoint);

ON_WM_NEXTMENU()

void afx_msg OnNextMenu(UINT, LPMDINEXTMENU);

ON_WM_NOTIFYFORMAT()

afx_msg UINT OnNotifyFormat(CWnd *, UINT);

Consulte também

Referência

Mapas de mensagem (MFC)

Manipuladores de mensagens WM_