<< Return to Main Index

< Return to Class Index

CGXChild::OnGridChar

virtual BOOL OnGridChar(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 for default processing.

Remarks

KeyPressed will call this overridable for WM_CHAR messages.

See Also

CGXChild::KeyPressed

CGXChild

Class Overview | Class Members