List Box Handlers
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at List Box Handlers.
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( ); |