IASControl::LostFocus

This method notifies a control that it is losing focus.

Syntax

HRESULT LostFocus( void );

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

If a message sink exists, the method forwards the message to its IASClassMsgSink::LostFocus method.

See Also

IASControl::GotFocus, IASClassMsgSink::HandleLostFocus