BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::CanBeginInplaceEditOnChar ( UINT  nChar,
UINT  nRepCnt,
UINT  nFlags 
) const
protectedvirtual

Specifies how grid control handles keyboard.

Override this method in a derived class to specify what keys can start in-place edit.Return TRUE to start in-place edit on nChar.

Parameters
nCharSpecifies the virtual-key code of the given key.
nRepCntRepeat count
nFlagsSpecifies the scan code, key-transition code, previous key state, and context code, as shown in the following list. See CWnd::OnKeyDown for details.