Programy obsługi przycisku użytkownika
Następujące wpisy mapy odpowiadają prototypy funkcji.
Wpisu mapy |
Prototyp |
---|---|
ON_BN_CLICKED (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |
ON_BN_DISABLE (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |
ON_BN_DOUBLECLICKED (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |
ON_BN_HILITE (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |
ON_BN_PAINT (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |
ON_BN_UNHILITE (<id>, <memberFxn> ) |
afx_msg void memberFxn (); |