CGXGridCore::OnGridDoubleByteChar

virtual BOOL OnGridDoubleByteChar(UINT nChar, UINT nRepCnt, UINT nFlags);?

nChar

Specifies the virtual-key code of the given key.

nRepCnt

Repeat count (the number of times the keystroke is repeated as a result of the user holding down the key).

nFlags

Specifies the scan code, key-transition code, previous key state, and context code, as shown in CWnd::OnKeyDown.

Return Value

TRUE if message was processed; FALSE otherwise.

Remarks

Called from ProcessKeys for double-byte characters when the current control did not handle the WM_CHAR message.

See Also

CGXGridCore::ProcessKeysCGXControl::KeyPressed

CGXGridCore

Class Overview | Class Members