Condividi tramite


Gestori dei pulsanti dell'utente

Le voci della mappa corrispondono ai prototipi di funzione.

Voce di mapping

Prototipo di funzione

ON_BN_CLICKED ( <ID>), <memberFxn>

memberFxn void afx_msg( );

ON_BN_DISABLE ( <ID>), <memberFxn>

memberFxn void afx_msg( );

ON_BN_DOUBLECLICKED ( <ID>), <memberFxn>

memberFxn void afx_msg( );

ON_BN_HILITE ( <ID>), <memberFxn>

memberFxn void afx_msg( );

ON_BN_PAINT ( <ID>), <memberFxn>

memberFxn void afx_msg( );

ON_BN_UNHILITE ( <ID>), <memberFxn>

memberFxn void afx_msg( );

Vedere anche

Riferimenti

Mappe messaggi (MFC)