Gestori di controllo edit.

Le seguenti voci della mappa corrispondono al prototipo di funzione.

Voce di mapping

Prototipo di funzione

ON_EN_CHANGE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_ERRSPACE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_HSCROLL ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_KILLFOCUS ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_MAXTEXT ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_SETFOCUS ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_UPDATE ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

ON_EN_VSCROLL ( <identificazione>, <memberFxn> )

memberFxn void afx_msg ();

Vedere anche

Riferimenti

Mappe messaggi (MFC)