SECOwnerDrawButton::OnKeyUp
voidSECOwnerDrawButton::OnKeyUp(UINTnChar, UINTnRepCnt, UINTnFlags)
Called when a nonsystem key is released.
Defined in: SECBTNS.cpp
Return Value
void
Parameters
nChar
Contains the character code value of the key.
nRepCnt
Contains the repeat count.
nFlags
Contains the scan code, key-transition code,
Comments
This method is overriden to simulate a keypress when the space bar is pressed.See Also