Partilhar via


Manipuladores de botão usuário

As entradas de MAP a seguir correspondem a protótipos de função.

Mapeie a entrada

Protótipo de função

ON_BN_CLICKED (<id>, <memberfxn>)

() o memberFxn void afx_msg;

ON_BN_DISABLE (<id>, <memberfxn>)

() o memberFxn void afx_msg;

ON_BN_DOUBLECLICKED (<id>, <memberfxn>)

() o memberFxn void afx_msg;

ON_BN_HILITE (<id>, <memberfxn>)

() o memberFxn void afx_msg;

ON_BN_PAINT (<id>, <memberfxn>)

() o memberFxn void afx_msg;

ON_BN_UNHILITE (<id>, <memberfxn>)

() o memberFxn void afx_msg;

Consulte também

Referência

Mapas de mensagem (MFC)