COleControl::OnKeyPressEvent

virtual void OnKeyPressEvent( USHORT nChar );

Parameters

nChar

Contains the virtual-key code value of the key pressed.

Remarks

Called by the framework after the stock KeyPress event has been fired. Note that the nChar value may have been modified by the container.

Override this function if you want notification after this event occurs.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::FireKeyPress