Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Następujące wpisy mapy odpowiadają prototypom 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( ); |