This method enables a control to notify its sink when a character key is pressed.
HRESULT HandleKeyPress( IDispatch *pdispControl, long lKeyDown );
NOERROR indicates that the sink handled the message. S_FALSE indicates that the sink did not handle the message. If an error occurs, the appropriate HRESULT value is returned.
A control invokes this method when its own IASControl::KeyPress method is invoked.
Pressing a key that does not map to a character, such as VK_LEFT, does not invoke this method.