description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: Edit Control Handlers |
Edit Control Handlers |
11/04/2016 |
|
|
55b88b5e-12b5-4422-b03e-c8c2f27d095c |
The following map entries correspond to the function prototype.
Map entry | Function prototype |
---|---|
ON_EN_CHANGE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_ERRSPACE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_HSCROLL( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_KILLFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_MAXTEXT( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_SETFOCUS( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_UPDATE( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |
ON_EN_VSCROLL( <id>, <memberFxn> ) | afx_msg void memberFxn( ); |