This method notifies a control that it is losing focus.
HRESULT LostFocus( void );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
If a message sink exists, the method forwards the message to its IASClassMsgSink::LostFocus method.
IASControl::GotFocus, IASClassMsgSink::HandleLostFocus