Programy obsługi przycisków użytkownika
Następujące wpisy mapy odpowiadają prototypów funkcji.
Wpis mapy |
Prototyp funkcji |
---|---|
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); |