IASControl::GotFocus

This method notifies a control that the control is gaining focus.

Syntax

HRESULT GotFocus( void );

Return Values

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

Remarks

If a message sink exists, the control forwards this call to the IASClassMsgSink::GotFocus method.

See Also

IASControl::LostFocus, IASClassMsgSink::HandleGotFocus