BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::OnInplaceEditKeyDown ( CBCGPGridRow pSel,
MSG *  pMsg 
)
protectedvirtual

Specifies how grid control handles WM_KEYDOWN message inside in-place editor.

Returns FALSE to let the in-place edit to process this message. Returns TRUE if grid handles WM_KEYDOWN message before in-place editor.

Override this function in a derived class to customize in-place editor's keyboard handling and return TRUE.

Parameters
pSelA pointer to currently selected row.
pMsgA pointer to structure defining WM_KEYDOWN message.