CWnd::OnDeadChar

This member function is called by the framework when the OnKeyUp member function and the OnKeyDown member functions are called. This member function can be used to specify the character value of a dead key.

Syntax

afx_msg void OnDeadChar( UINT nChar, UINT nRepCnt, UINT nFlags );

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, CWnd::OnKeyUp, CWnd::OnKeyDown