BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::IsAcceleratorKey ( UINT  nChar,
UINT  nRepCnt,
UINT  nFlags 
) const
protectedvirtual

Defines how grid control handles keyboard.

Specifies how grid control handles keyboard. Normally you do not need to override this method.

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.