Controladores de botón de usuario

Entrada del mapa Prototipo de función
ON_BN_CLICKED (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_BN_DISABLE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_BN_DOUBLECLICKED (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_BN_HILITE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_BN_PAINT (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_BN_UNHILITE (lt; id >, <memberFxn>) afx_msg void memberFxn);

Index