Controladores de cuadro combinado

Entrada del mapa Prototipo de función
ON_CBN_CLOSEUP (lt; id >, <memberFxn>) afx_msg void memberFxn)
ON_CBN_DBLCLK (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_DROPDOWN (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_EDITCHANGE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_EDITUPDATE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_ERRSPACE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_KILLFOCUS (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_SELCHANGE (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_SELENDCANCEL (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_SELENDOK (lt; id >, <memberFxn>) afx_msg void memberFxn);
ON_CBN_SETFOCUS (lt; id >, <memberFxn>) afx_msg void memberFxn);

Index