description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: List Box Handlers |
List Box Handlers |
11/04/2016 |
|
|
e4e54412-2167-436a-883b-5dcad01820b8 |
The following map entries have the corresponding function prototype.
Map entry | Function prototype |
---|---|
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( ); |