CWnd::OnGetDlgCode 

afx_msg UINT OnGetDlgCode( );

Return Value

One or more of the following values, indicating which type of input the application processes:

Remarks

Normally, Windows handles all arrow-key and TAB-key input to a CWnd control. By overriding OnGetDlgCode, a CWnd control can choose a particular type of input to process itself.

The default OnGetDlgCode functions for the predefined control classes return a code appropriate for each class.

CWnd OverviewClass MembersHierarchy Chart

See Also   WM_GETDLGCODE