This member function is called by the framework when a list box with the LBS_WANTKEYBOARDINPUT style sends its owner a WM_CHARTOITEM message in response to a WM_CHAR message. This member function is called by the framework to allow your application to handle a Windows message.
afx_msg int OnCharToItem( UINT nChar, CListBox* pListBox, UINT nIndex );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CWnd Overview, CWnd Member Functions, Window Class Categories, WM_CHAR, WM_CHARTOITEM