|
protectedvirtual |
Defines how grid control handles keyboard inside in-place editor.
Override this method in a derived class to define what keys can close in-place edit.
Return TRUE if nChar can close in-place editor.
nChar | Specifies the virtual-key code of the given key. |
nRepCnt | Repeat count |
nFlags | Specifies the scan code, key-transition code, previous key state, and context code, as shown in the following list. See CWnd::OnKeyDown for details. |