Gestori del pulsante dell'utente

Le seguenti voci della mappa corrispondono ai prototipi di funzione.

Voce di mapping

Prototipo di funzione

ON_BN_CLICKED ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_BN_DISABLE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_BN_DOUBLECLICKED ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_BN_HILITE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_BN_PAINT ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_BN_UNHILITE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

Vedere anche

Riferimenti

Mappe messaggi (MFC)