Controladores de cuadro combinado
Las siguientes entradas de mapa se corresponden con los prototipos de función.
Entrada de mapa | Prototipo de función |
---|---|
ON_CBN_CLOSEUP( <id>, <memberFxn> ) | afx_msg void memberFxn( ) |
ON_CBN_DBLCLK( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_DROPDOWN( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_EDITCHANGE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_EDITUPDATE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_ERRSPACE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_KILLFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_SELCHANGE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_SELENDCANCEL( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_SELENDOK( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_CBN_SETFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |