COleControl::OnKeyUpEvent

COleControl::OnKeyUpEvent

virtual void OnKeyUpEvent( 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::OnKeyDownEvent, COleControl::OnKeyPressEvent