COleControl::OnKeyDownEvent

COleControl::OnKeyDownEvent

virtual void OnKeyDownEvent( USHORT nChar, USHORT nShiftState );

Parameters

nChar

The virtual-key code value of the pressed key.

nShiftState

Contains a combination of the following flags:

Remarks

Called by the framework after a stock KeyDown event has been processed.

Override this function if your control needs access to the key information after the event has been fired.

COleControl Overview |  Class Members |  Hierarchy Chart

See Also   COleControl::OnKeyUpEvent, COleControl::OnKeyPressEvent