Gestori caselle di riepilogo
Le voci della mappa seguenti hanno il prototipo di funzione corrispondente.
Voce della mappa | Prototipo di funzione |
---|---|
ON_LBN_DBLCLK( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_LBN_ERRSPACE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_LBN_KILLFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_LBN_SELCHANGE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_LBN_SETFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |