CGXControl::OnGridPreTranslateMessage
virtual BOOL OnGridPreTranslateMessage(MSG* pMsg);
pMsg
Points to a MSG structure that contains the message to process.
Return Value
Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched.
Remarks
Called from CWnd::PreTranslateMessage for the current cell.