Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Následující položky mapy odpovídají prototypům funkce.
| Položka mapy | Prototyp funkce |
|---|---|
| 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( ); |