CWnd::OnCharToItem

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.

Syntax

afx_msg int OnCharToItem( UINT nChar, CListBox* pListBox, UINT nIndex );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, WM_CHAR, WM_CHARTOITEM