void FireKeyUp( USHORT* pnChar, short nShiftState );
Parameters
pnChar
Pointer to the virtual-key code value of the released key.
nShiftState
Contains a combination of the following flags:
Remarks
Called by the framework when a key is released while the custom control is UI Active within the container. If this event is defined as a custom event, you determine when the event is fired.
For automatic firing of a KeyUp event to occur, the control’s Event map must have a stock KeyUp event defined.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::FireKeyDown, COleControl::FireKeyPress, COleControl::OnKeyUpEvent